Package #247
package.yaml
on: workflow_dispatch
publish
2m 0s
build-and-push-image
33s
Annotations
10 warnings
publish:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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.
|