Skip to content

Update NuGet packages to latest versions in submodule #140

Update NuGet packages to latest versions in submodule

Update NuGet packages to latest versions in submodule #140

Triggered via push December 23, 2023 07:27
Status Success
Total duration 1m 47s
Artifacts

build-dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: VNet.System/NormalizedDouble.cs#L55
Nullability of reference types in type of parameter 'format' of 'string NormalizedDouble.ToString(string format, IFormatProvider formatProvider)' doesn't match implicitly implemented member 'string IFormattable.ToString(string? format, IFormatProvider? formatProvider)' (possibly because of nullability attributes).
build: VNet.System/NormalizedDouble.cs#L55
Nullability of reference types in type of parameter 'formatProvider' of 'string NormalizedDouble.ToString(string format, IFormatProvider formatProvider)' doesn't match implicitly implemented member 'string IFormattable.ToString(string? format, IFormatProvider? formatProvider)' (possibly because of nullability attributes).
build: VNet.System/Plugin/PluginMediator.cs#L16
Converting null literal or possible null value to non-nullable type.
build: VNet.System/Plugin/PluginMediator.cs#L17
Possible null reference argument for parameter 'item' in 'void List<IPlugin>.Add(IPlugin item)'.
build: VNet.System/Plugin/PluginLoader.cs#L41
Dereference of a possibly null reference.
build: VNet.System/Plugin/LuaPluginWrapper.cs#L25
Possible null reference argument for parameter 'luaTable' in 'List<string> LuaPluginWrapper.ConvertLuaTableToList(LuaTable luaTable)'.
build: VNet.System/Plugin/LuaPluginWrapper.cs#L10
Non-nullable property 'ApiVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VNet.System/Plugin/LuaEventAggregatorBridge.cs#L32
Dereference of a possibly null reference.
build: VNet.System/Plugin/LuaEventAggregatorBridge.cs#L47
Dereference of a possibly null reference.
build: VNet.System/NormalizedDouble.cs#L585
Possible null reference assignment.