Deploy Aevatar Station on refs/heads/release/v1.0 to Staging from 3770e07c0d21df2603a86ba262d6193466414c30 #41
Annotations
34 warnings
publish (Aevatar.WebHook.Host):
src/Aevatar.WebHook.Host/AevatarWebHookHostModule.cs#L53
Possible null reference argument for parameter 'webhookId' in 'void EndpointsExtensions.MapWebhookHandlers(IEndpointRouteBuilder endpoints, IEnumerable<IWebhookHandler> webhookHandlers, string webhookId)'.
|
publish (Aevatar.WebHook.Host):
src/Aevatar.WebHook.Host/Dto/ApiHostResponse.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (Aevatar.WebHook.Host):
src/Aevatar.WebHook.Host/Dto/ApiHostResponse.cs#L6
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (Aevatar.WebHook.Host):
src/Aevatar.WebHook.Host/Dto/ApiHostResponse.cs#L5
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (Aevatar.AuthServer):
src/Aevatar.Domain.Shared/Agents/Creator/GEvents/CreateAgentGEvent.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (Aevatar.AuthServer):
src/Aevatar.Domain.Shared/Agents/Creator/GEvents/CreateAgentGEvent.cs#L12
Non-nullable property 'AgentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (Aevatar.AuthServer):
src/Aevatar.Domain.Shared/Agents/Creator/GEvents/RemoveSubAgentGEvent.cs#L9
Non-nullable property 'RemovedSubagents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (Aevatar.AuthServer):
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.
|
publish (Aevatar.AuthServer):
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.
|
publish (Aevatar.AuthServer):
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.
|
publish (Aevatar.AuthServer):
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.
|
publish (Aevatar.AuthServer):
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.
|
publish (Aevatar.AuthServer):
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.
|
publish (Aevatar.AuthServer):
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.
|
publish (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.
|
publish (Aevatar.Silo):
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.Silo):
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.Silo):
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.Silo):
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.Silo):
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.Silo):
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.Silo):
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.Silo):
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.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)
|
publish (Aevatar.HttpApi.Host):
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L24
Non-nullable property 'Environment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (Aevatar.HttpApi.Host):
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L22
Non-nullable property 'Application' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (Aevatar.HttpApi.Host):
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L20
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (Aevatar.HttpApi.Host):
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L18
Non-nullable property 'HostId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (Aevatar.HttpApi.Host):
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L16
Non-nullable property 'SourceContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (Aevatar.HttpApi.Host):
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L14
Non-nullable property 'Exception' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (Aevatar.HttpApi.Host):
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L13
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (Aevatar.HttpApi.Host):
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L9
Non-nullable property 'LogId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (Aevatar.HttpApi.Host):
src/Aevatar.Developer.Logger/Entities/AppLogInfo.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
publish (Aevatar.HttpApi.Host):
src/Aevatar.Developer.Logger/Entities/HostLogIndex.cs#L9
Non-nullable property 'App_log' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Aevatar.AuthServer
Expired
|
68.8 MB |
|
Aevatar.HttpApi.Host
Expired
|
76.4 MB |
|
Aevatar.Silo
Expired
|
98.1 MB |
|
Aevatar.WebHook.Host
Expired
|
50.8 MB |
|