Skip to content

hotfix: missing enum value in Types.ts #139

hotfix: missing enum value in Types.ts

hotfix: missing enum value in Types.ts #139

Triggered via push November 17, 2025 09:53
Status Success
Total duration 1m 33s
Artifacts

ci-pipeline.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
generator: Generator/Queries/PluginQueries.cs#L75
Dereference of a possibly null reference.
generator: Generator/DTO/Attributes/LookupAttribute.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.
generator: Generator/Queries/PowerAutomateQueries.cs#L52
Possible null reference argument for parameter 'ClientData' in 'PowerAutomateFlow.PowerAutomateFlow(string Id, string Name, string ClientData)'.
generator: Generator/Queries/PowerAutomateQueries.cs#L51
Possible null reference argument for parameter 'Name' in 'PowerAutomateFlow.PowerAutomateFlow(string Id, string Name, string ClientData)'.
generator: Generator/Queries/PowerAutomateQueries.cs#L50
Possible null reference argument for parameter 'Id' in 'PowerAutomateFlow.PowerAutomateFlow(string Id, string Name, string ClientData)'.
generator: Generator/Queries/WebResourceQueries.cs#L76
Possible null reference argument for parameter 'Name' in 'WebResource.WebResource(string Id, string Name, string Content, OptionSetValue WebResourceType, string Description)'.
generator: Generator/Queries/PluginQueries.cs#L79
Possible null reference argument for parameter 'State' in 'SDKStep.SDKStep(string Id, string Name, string FilteringAttributes, string PrimaryObjectTypeCode, OptionSetValue State)'.
generator: Generator/Queries/PluginQueries.cs#L78
Possible null reference argument for parameter 'PrimaryObjectTypeCode' in 'SDKStep.SDKStep(string Id, string Name, string FilteringAttributes, string PrimaryObjectTypeCode, OptionSetValue State)'.
generator: Generator/Queries/PluginQueries.cs#L75
Dereference of a possibly null reference.
generator: Generator/DTO/Attributes/LookupAttribute.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.