Skip to content

Add Readme file property to the plugin metadata #17

Add Readme file property to the plugin metadata

Add Readme file property to the plugin metadata #17

Triggered via push June 1, 2025 12:43
Status Success
Total duration 1m 5s
Artifacts

build.yml

on: push
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)'.