Fix - Many to Many Relationship: Type 'null' is not assignable to type 'string' #72
Annotations
10 warnings
|
🔨 Build:
Generator/Queries/PluginQueries.cs#L80
Possible null reference argument for parameter 'State' in 'SDKStep.SDKStep(string Id, string Name, string FilteringAttributes, string PrimaryObjectTypeCode, OptionSetValue State)'.
|
|
🔨 Build:
Generator/Queries/PluginQueries.cs#L79
Possible null reference argument for parameter 'PrimaryObjectTypeCode' in 'SDKStep.SDKStep(string Id, string Name, string FilteringAttributes, string PrimaryObjectTypeCode, OptionSetValue State)'.
|
|
🔨 Build:
Generator/Queries/PluginQueries.cs#L76
Dereference of a possibly null reference.
|
|
🔨 Build:
Generator/Queries/PowerAutomateQueries.cs#L52
Possible null reference argument for parameter 'ClientData' in 'PowerAutomateFlow.PowerAutomateFlow(string Id, string Name, string ClientData)'.
|
|
🔨 Build:
Generator/Queries/PowerAutomateQueries.cs#L51
Possible null reference argument for parameter 'Name' in 'PowerAutomateFlow.PowerAutomateFlow(string Id, string Name, string ClientData)'.
|
|
🔨 Build:
Generator/Queries/PowerAutomateQueries.cs#L50
Possible null reference argument for parameter 'Id' in 'PowerAutomateFlow.PowerAutomateFlow(string Id, string Name, string ClientData)'.
|
|
🔨 Build:
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)'.
|
|
🔨 Build:
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.
|
|
🔨 Build:
Generator/Services/Power Automate/PowerAutomateFlowAnalyzer.cs#L122
Dereference of a possibly null reference.
|
|
🔨 Build:
Generator/Services/Power Automate/PowerAutomateFlowAnalyzer.cs#L78
Possible null reference argument for parameter 'actionType' in 'bool PowerAutomateFlowAnalyzer.IsDataverseAction(string actionType)'.
|
Loading