Skip to content

Add SupportedOperations property to the IPlugin interface to get the … #18

Add SupportedOperations property to the IPlugin interface to get the …

Add SupportedOperations property to the IPlugin interface to get the … #18

Triggered via push June 12, 2025 21:28
Status Success
Total duration 28s
Artifacts

build.yml

on: push
build-master
22s
build-master
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-master: tests/FlowSynx.PluginCore.UnitTests/RequiredMemberAttributeTests.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-master: tests/FlowSynx.PluginCore.UnitTests/RequiredMemberAttributeTests.cs#L36
Possible null reference argument for parameter 'element' in 'RequiredMemberAttribute? CustomAttributeExtensions.GetCustomAttribute<RequiredMemberAttribute>(MemberInfo element)'.
build-master: tests/FlowSynx.PluginCore.UnitTests/RequiredMemberAttributeTests.cs#L33
Converting null literal or possible null value to non-nullable type.
build-master: tests/FlowSynx.PluginCore.UnitTests/RequiredMemberAttributeTests.cs#L23
Possible null reference argument for parameter 'element' in 'RequiredMemberAttribute? CustomAttributeExtensions.GetCustomAttribute<RequiredMemberAttribute>(MemberInfo element)'.
build-master: tests/FlowSynx.PluginCore.UnitTests/RequiredMemberAttributeTests.cs#L20
Converting null literal or possible null value to non-nullable type.
build-master: src/FlowSynx.PluginCore/Extensions/PluginParametersExtensions.cs#L90
Possible null reference argument for parameter 'json' in 'object? JsonSerializer.Deserialize(string json, Type returnType, JsonSerializerOptions? options = null)'.
build-master: src/FlowSynx.PluginCore/Extensions/PluginParametersExtensions.cs#L85
Possible null reference argument for parameter 'value' in 'object? JsonConvert.DeserializeObject(string value, Type type)'.
build-master: src/FlowSynx.PluginCore/Extensions/PluginParametersExtensions.cs#L71
Possible null reference argument for parameter 'json' in 'object? JsonSerializer.Deserialize(string json, Type returnType, JsonSerializerOptions? options = null)'.
build-master: src/FlowSynx.PluginCore/Extensions/PluginParametersExtensions.cs#L66
Possible null reference argument for parameter 'value' in 'Dictionary<string, object>? JsonConvert.DeserializeObject<Dictionary<string, object>>(string value)'.
build-master: src/FlowSynx.PluginCore/Extensions/PluginParametersExtensions.cs#L58
Possible null reference argument for parameter 'json' in 'object? JsonSerializer.Deserialize(string json, Type returnType, JsonSerializerOptions? options = null)'.