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
What Operating System are you seeing the problem on?
No response
Relevant log output
Error: /home/runner/work/CryptoNet/CryptoNet/CryptoNet.Models/CryptoNetInfo.cs(53,2): error CS0246: The type or namespace name 'SerializableAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/CryptoNet/CryptoNet/CryptoNet.Models/CryptoNet.Models.csproj]
Error: /home/runner/work/CryptoNet/CryptoNet/CryptoNet.Models/CryptoNetInfo.cs(53,2): error CS0246: The type or namespace name 'Serializable' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/CryptoNet/CryptoNet/CryptoNet.Models/CryptoNet.Models.csproj]
CryptoNet.Share -> /home/runner/work/CryptoNet/CryptoNet/CryptoNet.Share/bin/Debug/net8.0/CryptoNet.Share.dll
Build FAILED.
Error: /home/runner/work/CryptoNet/CryptoNet/CryptoNet.Models/CryptoNetInfo.cs(53,2): error CS0246: The type or namespace name 'SerializableAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/CryptoNet/CryptoNet/CryptoNet.Models/CryptoNet.Models.csproj]
Error: /home/runner/work/CryptoNet/CryptoNet/CryptoNet.Models/CryptoNetInfo.cs(53,2): error CS0246: The type or namespace name 'Serializable' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/CryptoNet/CryptoNet/CryptoNet.Models/CryptoNet.Models.csproj]
0 Warning(s)
2 Error(s)
Time Elapsed 00:00:05.88
Error: Process completed with exit code 1.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
I have a vague recollection that the [Serializable] attribute was or will be deprecated. Perhaps we should shift to using Microsoft's json support now?
Contact Details
No response
What happened?
When test coverage pipeline trys to build, it breaks in version3
Reference: https://github.com/maythamfahmi/CryptoNet/actions/runs/11418047459/job/31771023349
Version
3.0.x >= (Coming soon)
What Operating System are you seeing the problem on?
No response
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: