Skip to content

Update VNet.System.csproj #133

Update VNet.System.csproj

Update VNet.System.csproj #133

Triggered via push December 20, 2023 05:17
Status Success
Total duration 1m 38s
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/LuaEventAggregatorBridge.cs#L32
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#L47
Dereference of a possibly null reference.
build: VNet.System/NormalizedDouble.cs#L585
Possible null reference assignment.