May
May copied to clipboard
dotnet support
The tests aren't passing in this branch. It's because of a versioning issue. It's unclear if it's the project or my installed software that's the problem.
For example:
Test Name: MayAggregate
Test FullName: MayUtilitiesTest.MayAggregate
Test Source: C:\Users\Craig\Desktop\May\MayTest\MayUtilitiesTest.cs : line 9
Test Outcome: Failed
Test Duration: 0:00:00.0701267
Result StackTrace: at MayUtilitiesTest.MayAggregate()
Result Message:
Test method MayUtilitiesTest.MayAggregate threw exception:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Didn't have a look at the tests yet, could it be the test is running into https://github.com/dotnet/corefx/issues/13619?