Deploy Aevatar Station on refs/heads/release/v1.0 to Staging from 7a05051531215fb48539dd3285a21be9e2f007c1 #36
Annotations
10 warnings
Run dotnet publish src/Aevatar.Silo/Aevatar.Silo.csproj -o out/Aevatar.Silo:
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)
|
Run dotnet publish src/Aevatar.Silo/Aevatar.Silo.csproj -o out/Aevatar.Silo:
src/Aevatar.Domain.Shared/Agents/Creator/Models/AgentData.cs#L11
Non-nullable property 'AgentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Silo/Aevatar.Silo.csproj -o out/Aevatar.Silo:
src/Aevatar.Domain.Shared/Agents/Creator/Models/AgentData.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Silo/Aevatar.Silo.csproj -o out/Aevatar.Silo:
src/Aevatar.Domain.Shared/Agents/Creator/Models/AgentData.cs#L13
Non-nullable property 'Properties' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Silo/Aevatar.Silo.csproj -o out/Aevatar.Silo:
src/Aevatar.Domain.Shared/Agents/Creator/GEvents/UpdateAvailableEventsGEvent.cs#L9
Non-nullable property 'EventInfoList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Silo/Aevatar.Silo.csproj -o out/Aevatar.Silo:
src/Aevatar.Domain.Shared/Agents/Creator/GEvents/UpdateAgentGEvent.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Silo/Aevatar.Silo.csproj -o out/Aevatar.Silo:
src/Aevatar.Domain.Shared/Agents/Creator/GEvents/UpdateAgentGEvent.cs#L9
Non-nullable property 'Properties' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Silo/Aevatar.Silo.csproj -o out/Aevatar.Silo:
src/Aevatar.Domain.Shared/Agents/Creator/GEvents/SetSubAgentGEvent.cs#L9
Non-nullable property 'SubAgents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run dotnet publish src/Aevatar.Silo/Aevatar.Silo.csproj -o out/Aevatar.Silo:
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.
|
Run dotnet publish src/Aevatar.Silo/Aevatar.Silo.csproj -o out/Aevatar.Silo:
src/Aevatar.Domain.Shared/Code/GEvents/AddCodeAgentGEvent.cs#L9
Non-nullable property 'WebhookVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading