Skip to content

.NET

.NET #94

Triggered via schedule January 9, 2025 02:58
Status Failure
Total duration 5m 14s
Artifacts

nightly_build.yml

on: schedule
Check latest commit
14s
Check latest commit
create_release
0s
create_release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
Check latest commit
Process completed with exit code 1.
build
Process completed with exit code 1.
Check latest commit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build: FinModelUtility/Fin/Fin/src/data/counters/CounterSet.cs#L7
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build: FinModelUtility/Fin/Fin/src/data/lists/IFinList.cs#L7
'IFinList<T>.this[int]' hides inherited member 'IReadOnlyFinList<T>.this[int]'. Use the new keyword if hiding was intended.
build: FinModelUtility/Fin/Fin/src/data/dictionaries/IFinDictionary.cs#L10
'IFinDictionary<TKey, TValue>.Keys' hides inherited member 'IReadOnlyFinDictionary<TKey, TValue>.Keys'. Use the new keyword if hiding was intended.
build: FinModelUtility/Fin/Fin/src/data/dictionaries/IFinDictionary.cs#L11
'IFinDictionary<TKey, TValue>.Values' hides inherited member 'IReadOnlyFinDictionary<TKey, TValue>.Values'. Use the new keyword if hiding was intended.
build: FinModelUtility/Fin/Fin/src/data/dictionaries/IFinDictionary.cs#L17
'IFinDictionary<TKey, TValue>.ContainsKey(TKey)' hides inherited member 'IReadOnlyFinDictionary<TKey, TValue>.ContainsKey(TKey)'. Use the new keyword if hiding was intended.
build: FinModelUtility/Fin/Fin/src/data/dictionaries/IFinDictionary.cs#L19
'IFinDictionary<TKey, TValue>.this[TKey]' hides inherited member 'IReadOnlyFinDictionary<TKey, TValue>.this[TKey]'. Use the new keyword if hiding was intended.
build: FinModelUtility/Fin/Fin/src/data/Grid.cs#L14
'IGrid<T>.Width' hides inherited member 'IReadOnlyGrid<T>.Width'. Use the new keyword if hiding was intended.
build: FinModelUtility/Fin/Fin/src/data/Grid.cs#L15
'IGrid<T>.Height' hides inherited member 'IReadOnlyGrid<T>.Height'. Use the new keyword if hiding was intended.
build: FinModelUtility/Fin/Fin/src/data/Grid.cs#L16
'IGrid<T>.this[int, int]' hides inherited member 'IReadOnlyGrid<T>.this[int, int]'. Use the new keyword if hiding was intended.
build: FinModelUtility/Fin/Fin/src/data/dictionaries/ListDictionary.cs#L11
'IListDictionary<TKey, TValue>.HasList(TKey)' hides inherited member 'IReadOnlyListDictionary<TKey, TValue>.HasList(TKey)'. Use the new keyword if hiding was intended.