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
Probably related to #170 and/or #171. With LinqKit.Core 1.2.2, the assembly includes a Timestamp namespace with no public types in it. This raises compiler error CS0118 whenever using any type also named Timestamp, whether that type is defined within the project depending on LinqKit.Core or defined in another assembly which the project also depends upon.
This problem does not exist with LinqKit.Core 1.2.0.
The text was updated successfully, but these errors were encountered:
Only solution for this is to copy the source code/project from https://github.com/SimonCropp/Timestamp into this project. And rename Timestamp class to LinqKitTimeStamp.
2>C:\Users\***\AppData\Local\Temp\Timestamp\Timestamp_LinqKit.Microsoft.EntityFrameworkCore7_ykzt5wi3.pyh.cs(4,12,4,21): warning CS0436: The type 'TimestampAttribute' in 'C:\Users\***\AppData\Local\Temp\Timestamp\Timestamp_LinqKit.Microsoft.EntityFrameworkCore7_ykzt5wi3.pyh.cs' conflicts with the imported type 'TimestampAttribute' in 'LinqKit.Core, Version=1.2.4.0, Culture=neutral, PublicKeyToken=bc217f8844052a91'. Using the type defined in 'C:\Users\***\AppData\Local\Temp\Timestamp\Timestamp_LinqKit.Microsoft.EntityFrameworkCore7_ykzt5wi3.pyh.cs'.
Probably related to #170 and/or #171. With LinqKit.Core 1.2.2, the assembly includes a Timestamp namespace with no public types in it. This raises compiler error CS0118 whenever using any type also named Timestamp, whether that type is defined within the project depending on LinqKit.Core or defined in another assembly which the project also depends upon.
This problem does not exist with LinqKit.Core 1.2.0.
The text was updated successfully, but these errors were encountered: