Package #168
Annotations
10 warnings
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/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.
|
Run dotnet publish src/Aevatar.Silo/Aevatar.Silo.csproj -o out/Aevatar.Silo:
src/Aevatar.Domain.Shared/Code/GEvents/AddCodeAgentGEvent.cs#L11
Non-nullable property 'Code' 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.
|
Loading