DependencyPropertyGenerator
DependencyPropertyGenerator copied to clipboard
No code generated during "self contained" publishing
Describe the bug
It seems that no code gets generated during publishing a "self contained" (in contrast to a framework dependent) application.
This are the build errors I get:
1>CSC(0,0): Fehler TRF001: Framework is not recognized.
1>CSC(0,0): Fehler ADPG: System.InvalidOperationException: Platform is not supported.
1>CSC(0,0): Fehler DPG: System.InvalidOperationException: Platform is not supported.
Steps to reproduce the bug
- Create a publishing profile in VS 2022
- Change deployment mode to self contained (or standalone)
Expected behavior
The build should succeed
Screenshots
No response
NuGet package version
1.4.0
IDE
No response
Additional context
No response