Skip to content

More patches from Morten's list #114

More patches from Morten's list

More patches from Morten's list #114

Triggered via pull request September 28, 2025 15:07
Status Failure
Total duration 42s
Artifacts

ci-pipeline.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
website
Process completed with exit code 1.
generator: Generator/Queries/PluginQueries.cs#L76
Dereference of a possibly null reference.
generator: Generator/Services/Plugins/PluginAnalyzer.cs#L13
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
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#L75
Possible null reference argument for parameter 'Name' in 'WebResource.WebResource(string Id, string Name, string Content, OptionSetValue WebResourceType, string? Description = null)'.
generator: Generator/Services/Power Automate/PowerAutomateFlowAnalyzer.cs#L118
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
generator: Generator/Services/Power Automate/PowerAutomateFlowAnalyzer.cs#L122
Dereference of a possibly null reference.
generator: Generator/Services/Power Automate/PowerAutomateFlowAnalyzer.cs#L78
Possible null reference argument for parameter 'actionType' in 'bool PowerAutomateFlowAnalyzer.IsDataverseAction(string actionType)'.
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.