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
Currently, the Microsoft.Extensions.Caching.SqlServer library does not play well with SQL Server in-memory tables. The reason is that the data type DateTimeOffset is not supported by IM tables.
The library would need to change to a different data type like DateTime2.
The text was updated successfully, but these errors were encountered:
Currently, the Microsoft.Extensions.Caching.SqlServer library does not play well with SQL Server in-memory tables. The reason is that the data type DateTimeOffset is not supported by IM tables.
The library would need to change to a different data type like DateTime2.
The text was updated successfully, but these errors were encountered: