Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Build issue with coverage pipeline #108

Closed
1 task done
maythamfahmi opened this issue Oct 19, 2024 · 2 comments
Closed
1 task done

[Bug]: Build issue with coverage pipeline #108

maythamfahmi opened this issue Oct 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working version3.0.0-preview001 CryptoNet Version 3

Comments

@maythamfahmi
Copy link
Collaborator

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

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
@maythamfahmi maythamfahmi added the bug Something isn't working label Oct 19, 2024
@maythamfahmi maythamfahmi self-assigned this Oct 19, 2024
@maythamfahmi maythamfahmi added the version3.0.0-preview001 CryptoNet Version 3 label Oct 19, 2024
@maythamfahmi
Copy link
Collaborator Author

the described issue is been fix with #112. But the new issue looks like realted #107

https://github.com/maythamfahmi/CryptoNet/actions/runs/11420388608

@jwdonahue
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working version3.0.0-preview001 CryptoNet Version 3
Projects
None yet
Development

No branches or pull requests

2 participants