17

In general, this is possible with .NET applications that were developed with Visual Studio, warnings issued by the compiler are considered errors. ( See https://www.tabsoverspaces.com/233764-switch-to-errors-instead-of-warnings-for-nullable-reference-types-in-csharp-8 ). In D365 development, it is not possible to issue BP warnings as errors, so a build fails, so the developer has to deal with the BP warnings. So it would be nice if you could configure which BP warning an error would trigger a build error.

Category: Development
STATUS DETAILS
Under Review