Skip to content

remove field keyword #63

remove field keyword

remove field keyword #63

Triggered via push November 23, 2024 16:07
Status Success
Total duration 1m 34s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: UncreatedWarfare/NewQuests/Parameters/SingleParameterTemplate.cs#L629
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
build: UncreatedWarfare/Configuration/AssetConfiguration.cs#L40
Nullability of reference types in type of parameter 'value' of 'void AssetConfiguration.this[string key].set' doesn't match implicitly implemented member 'void IConfiguration.this[string key].set' (possibly because of nullability attributes).
build: UncreatedWarfare/Configuration/BaseAlternateConfigurationFile.cs#L78
Nullability of reference types in type of parameter 'value' of 'void BaseAlternateConfigurationFile.this[string key].set' doesn't match implicitly implemented member 'void IConfiguration.this[string key].set' (possibly because of nullability attributes).
build: UncreatedWarfare/Configuration/ConfigurationHelper.cs#L161
Nullability of reference types in type of parameter 'state' of 'IDisposable EmptyConfigurationSection.RegisterChangeCallback(Action<object> callback, object state)' doesn't match implicitly implemented member 'IDisposable IChangeToken.RegisterChangeCallback(Action<object?> callback, object? state)' (possibly because of nullability attributes).
build: UncreatedWarfare/Util/Timing/Collectors/LoopTickerCollector.cs#L31
Possible mistaken empty statement
build: UncreatedWarfare/StrategyMaps/StrategyMapManager.cs#L48
Dereference of a possibly null reference.
build: UncreatedWarfare/Players/WarfarePlayer.cs#L131
'WarfarePlayer.PurchaseSync' is obsolete
build: UncreatedWarfare/Maps/MapSchedule.cs#L48
Converting null literal or possible null value to non-nullable type.
build: UncreatedWarfare/Maps/MapSchedule.cs#L50
Possible null reference argument for parameter 'mapName' in 'int MapScheduler.FindMap(string mapName)'.
build: UncreatedWarfare/Players/Unlocks/QuestUnlockRequirement.cs#L42
Possible null reference argument for parameter 'player' in 'bool QuestUnlockRequirement.CanAccessFast(WarfarePlayer player)'.