You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm building the ef source in my development machine, where I have italian as locale.
At the end of the build, when runs the fun ctional test I receive several errors like this:
Microsoft.Data.Entity.InMemory.FunctionalTests.NorthwindQueryTest.Select_customer_table [FAIL]
System.AggregateException : One or more errors occurred.\r\n---- System.TypeInitializationException : The type initializer for 'Northwind.NorthwindData' threw an exception.\r\n-------- System.FormatException : String was not recognized as a valid DateTime.\r\n---- The following constructor arguments did not have matching fixture data: NorthwindQueryFixture fixture
Stack Trace:
----- Inner Stack Trace #1 (System.TypeInitializationException) -----
at Microsoft.Data.Entity.InMemory.FunctionalTests.NorthwindQueryFixture..ctor() in ...\EntityFramework\test\Microsoft.Data.Entity.InMemory.FunctionalTests\NorthwindQueryTest.cs:line 39
----- Inner Stack Trace -----
at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at System.DateTime.Parse(String s)
at Northwind.NorthwindData..cctor() in D:\GitHub\EntityFramework\test\Shared\Northwind.cs:line 1585
----- Inner Stack Trace #2 (Xunit.Sdk.TestClassException) -----
Hi,
I'm building the ef source in my development machine, where I have italian as locale.
At the end of the build, when runs the fun ctional test I receive several errors like this:
Looks like the problem is here:
this format is not accepted when the datetime format not english
The text was updated successfully, but these errors were encountered: