-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
ImplicitUsing
In .NET 6 SDK cli:
dotnet new consoleSource code results only 1 line:
Console.WriteLine("Hello world");That code is placed into global namespace. IL2C currently doesn't support any global namespaces.
Nullable
Any nullable reference types don't affect any IL code, but it requires to implement by some attribute types.
IL2C currently doesn't have Attribute base type.
In IL2C, it may be better to just define an Attribute type, since (for now) all attributes are simply ignored.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels