legnars

Results 5 comments of legnars

@gsvgit hello! How's the progress on this? Any way that I can support the changes to allow .NET Core?

@gsvgit based on this commentary https://github.com/Microsoft/CodeContracts/issues/493#issuecomment-353752918 I think it's unlikely that CodeContracts will be supported in .NET Core/VS 2017 any time soon. (So not only it has problems compiling in...

@gsvgit Yes, I can! How should we validate the current contract conditions though? I mean, apparently it is configured to throw exceptions at runtime, so it's not being used just...

@gsvgit after removing CodeContracts from the project (and making the proper changes), 11 tests started failing: - ChromaticPolinomialAlmostFullGraph - ChromaticPolinomialEmptyGraph - GraphPartitioningTest1 - GraphPartitioningTest2 - GraphPartitioningTest3 - IsEulerianManyComponentsFalse - IsEulerianManyComponentsTrue...

@abk-x I’m still running them via .NET Framework, I just removed all references to Code Contracts so far. ________________________________ From: David Sent: Tuesday, September 18, 2018 7:36 PM To: YaccConstructor/QuickGraph...