.NET 6: remove the concept of binding projects and add support for binding native libraries/frameworks to normal library/executable projects #10254
Labels
binding-projects
Issue or PR that affects binding projects
dotnet
An issue or pull request related to .NET (6)
feature
A feature to be implemented
iOS
Issues affecting iOS
macOS
Issues affecting macOS
Milestone
There's nothing special about binding projects that couldn't also be made to work from other projects (library / executable) projects, so to simplify things, we should just make that happen for .NET 6.
Some care would have to be taken with regards to default compile includes, since there will be *.cs files in the project directory which should be pre-processed, and not passed to csc like other *.cs files (ApiDefinition.cs / StructsAndEnums.cs, etc).
Scenarios (to add tests for):
The text was updated successfully, but these errors were encountered: