3.0.0-beta1 #3
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Collections.ObservableStack/ObservableStack.cs#L61
Possible null reference argument for parameter 'value' in 'Result<T> Result<T>.Success(T value)'.
|
Collections.Inventory/IndexedEntry.cs#L19
Possible null reference assignment.
|
Collections.Inventory/StockSearchResult.cs#L43
Possible null reference argument for parameter 'item' in 'GroupedEntry<T>.GroupedEntry(T item, int quantity, IEnumerable<int> indexes)'.
|
Collections.Inventory/Inventory.cs#L89
Possible null reference argument for parameter 'item' in 'void Inventory<T>.RemoveSilently(T item, int quantity)'.
|
Collections.Inventory/Json/InventoryListJsonConverter.cs#L64
Possible null reference argument for parameter 'item' in 'void Inventory<TItem>.Add(TItem item, int quantity = 1)'.
|
Collections.Inventory/Inventory.cs#L135
Possible null reference argument for parameter 'item' in 'Entry<T>.Entry(T item, int quantity = 1)'.
|
Collections.Inventory/Inventory.cs#L145
Possible null reference argument for parameter 'item' in 'void Inventory<T>.Add(T item, int quantity = 1)'.
|
Collections.Inventory/Inventory.cs#L167
Possible null reference argument for parameter 'item' in 'void Inventory<T>.AddSilently(T item, int quantity)'.
|
Collections.Inventory/Inventory.cs#L171
Possible null reference argument for parameter 'item' in 'Entry<T>.Entry(T item, int quantity = 1)'.
|
Collections.Inventory/Inventory.cs#L191
Argument of type 'ObservableList<T?>' cannot be used for parameter 'source' of type 'IEnumerable<T>' in 'IReadOnlyList<int> CollectionExtensions.IndexesOf<T>(IEnumerable<T> source, Func<T, bool> match)' due to differences in the nullability of reference types.
|
This job succeeded
Loading