.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 -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -