Skip to content

Support new C# styles #117

@kekyo

Description

@kekyo

ImplicitUsing

In .NET 6 SDK cli:

dotnet new console

Source 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions