Change MaximumFlowSynxVersion to the TargetFlowSynxVersion and it rel… #26
Annotations
10 warnings
|
build-master:
tests/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/RequiredMemberAttributeTests.cs#L36
Possible null reference argument for parameter 'element' in 'RequiredMemberAttribute? CustomAttributeExtensions.GetCustomAttribute<RequiredMemberAttribute>(MemberInfo element)'.
|
|
build-master:
tests/RequiredMemberAttributeTests.cs#L33
Converting null literal or possible null value to non-nullable type.
|
|
build-master:
tests/RequiredMemberAttributeTests.cs#L23
Possible null reference argument for parameter 'element' in 'RequiredMemberAttribute? CustomAttributeExtensions.GetCustomAttribute<RequiredMemberAttribute>(MemberInfo element)'.
|
|
build-master:
tests/RequiredMemberAttributeTests.cs#L20
Converting null literal or possible null value to non-nullable type.
|
|
build-master:
src/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/Extensions/PluginParametersExtensions.cs#L85
Possible null reference argument for parameter 'value' in 'object? JsonConvert.DeserializeObject(string value, Type type)'.
|
|
build-master:
src/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/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/Extensions/PluginParametersExtensions.cs#L58
Possible null reference argument for parameter 'json' in 'object? JsonSerializer.Deserialize(string json, Type returnType, JsonSerializerOptions? options = null)'.
|