.net core: Is Assert supported with C# on .net Core -


do have system.diagnostics.debug.assert() support in .net core c#? there alternative based on .net core?

you can check api documentation, there can see both .net core 1.0 , newer , netstandard 1.0 , newer both support debug.assert(bool).

if not working you, might need include nuget package system.diagnostics.debug in project show up.


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -