Skip to content

Publish MyGet Package from refs/tags/v1.0.0-beta.0 #5

Publish MyGet Package from refs/tags/v1.0.0-beta.0

Publish MyGet Package from refs/tags/v1.0.0-beta.0 #5

Triggered via push March 5, 2025 08:55
Status Cancelled
Total duration 51s
Artifacts
Matrix: publish
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Publish MyGet Package
Canceling since a higher priority waiting request for workflow-refs/tags/v1.0.0-beta.0 exists
publish (Aevatar.CQRS): src/Aevatar.Domain.Shared/Code/GEvents/AddCodeAgentGEvent.cs#L8
Non-nullable property 'WebhookId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.CQRS): src/Aevatar.Domain.Shared/Options/HostDeployOptions.cs#L9
Non-nullable property 'DockerImagePrefix' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.CQRS): src/Aevatar.Domain.Shared/Options/HostDeployOptions.cs#L7
Non-nullable property 'HostClientImageName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.CQRS): src/Aevatar.Domain.Shared/Options/HostDeployOptions.cs#L5
Non-nullable property 'HostSiloImageName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.CQRS): src/Aevatar.Domain.Shared/Options/KubernetesOptions.cs#L9
Non-nullable property 'DeveloperHostName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.CQRS): src/Aevatar.Domain.Shared/Options/KubernetesOptions.cs#L8
Non-nullable property 'WebhookHostName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.CQRS): src/Aevatar.Domain.Shared/Options/KubernetesOptions.cs#L6
Non-nullable property 'AppNameSpace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.CQRS): src/Aevatar.Domain.Shared/Options/UsersOptions.cs#L5
Non-nullable property 'AdminPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.CQRS): src/Aevatar.Domain.Shared/Options/WebhookDeployOptions.cs#L5
Non-nullable property 'WebhookImageName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish (Aevatar.CQRS): src/Aevatar.Domain.Shared/Util/AESCipher.cs#L30
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[], int)' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)