May icon indicating copy to clipboard operation
May copied to clipboard

dotnet support

Open Trolldemorted opened this issue 8 years ago • 2 comments

Trolldemorted avatar Jan 29 '17 07:01 Trolldemorted

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

Strilanc avatar Jan 29 '17 07:01 Strilanc

Didn't have a look at the tests yet, could it be the test is running into https://github.com/dotnet/corefx/issues/13619?

Trolldemorted avatar Jan 29 '17 08:01 Trolldemorted