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
Description
When we are launching the app, it will be reporting an freesql error: System.TypeInitializationException: The type initializer for 'FreeSql.Internal.Utils' threw an exception. This is an freesql issue, please refer to dotnetcore/FreeSql#1748, and in the meantime, file this issue to give you a heads-up in CastIt side.
Verify Scenarios:
1). Windows 10 21H2 AMD64 + dotnet-sdk-8.0.203: Pass
2). Windows 10 21H2 AMD64 + dotnet-sdk-9.0.100-preview.2.24129.7: Pass
3). Windows 10 21H2 AMD64 + dotnet-sdk-9.0.100-preview.3.24160.1: Fail
Expected Result:
App running without error. Actual Result:
Show error:
System.TypeInitializationException: The type initializer for 'FreeSql.Internal.Utils' threw an exception.
---> System.Reflection.AmbiguousMatchException: Ambiguous match found for 'System.TimeSpan System.TimeSpan FromSeconds(Int64)'.
The text was updated successfully, but these errors were encountered:
CancanTang
changed the title
When launching the EasyCMS app it will be reporting an freesql error for dotnet-sdk-9.0.100-preview.3.24160.1
It will be reporting an freesql error when launching the EasyCMS app with dotnet-sdk-9.0.100-preview.3.24160.1
Mar 13, 2024
Description
When we are launching the app, it will be reporting an freesql error: System.TypeInitializationException: The type initializer for 'FreeSql.Internal.Utils' threw an exception. This is an freesql issue, please refer to dotnetcore/FreeSql#1748, and in the meantime, file this issue to give you a heads-up in CastIt side.
Verify Scenarios:
1). Windows 10 21H2 AMD64 + dotnet-sdk-8.0.203: Pass
2). Windows 10 21H2 AMD64 + dotnet-sdk-9.0.100-preview.2.24129.7: Pass
3). Windows 10 21H2 AMD64 + dotnet-sdk-9.0.100-preview.3.24160.1: Fail
Steps To Reproduce:
4.Launching Atlass.Framework.Web.
Expected Result:
App running without error.
Actual Result:
Show error:
The text was updated successfully, but these errors were encountered: