-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup ProjectN references #68201
Cleanup ProjectN references #68201
Conversation
Tagging subscribers to this area: @dotnet/area-system-reflection Issue Detailsnull
|
...reclr/nativeaot/System.Private.DisabledReflection/src/Internal/Reflection/RuntimeTypeInfo.cs
Show resolved
Hide resolved
...oreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ArgIterator.cs
Show resolved
Hide resolved
// The ILC toolchain fails the build if it encounters such a type. | ||
// This api is a nop unless the array element type is a value type with an explicit nullary constructor. | ||
// Such a type could not be expressed in C# up until recently. | ||
// The AOT toolchain fails the build if it encounters such a type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ProjectN does fail the build if it sees a parameterless ctor on a valuetype, but NativeAOT doesn't we just silently don't do the right thing.
No description provided.