.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
Post a Comment