Area-CompilersQuestionhelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (Avg merge 6d 17h) (256 merged PRs in 30d)
Description
Is there built in support in the .Net compiler platform to generate binding redirects similar to setting the AutoGenerateBindingRedirects to true in a visual studio project?
Alternativly, are there any guidelines on how one should go about to generate binding redirects when the compilation result contains warnings CS1701 and CS1702? Or maybe there is a way to tell the compiler that some redirect exists in order to supress the warning?
What I would like to achieve is:
- If a binding redirect exists in the projects app.config --> no warning.
- If there is a need for a binding redirect, it should be added to the app.config --> no warning.