Skip to content

Merge branch 'master' of https://github.com/konradoberwimmer/LSAnalyzer #8

Merge branch 'master' of https://github.com/konradoberwimmer/LSAnalyzer

Merge branch 'master' of https://github.com/konradoberwimmer/LSAnalyzer #8

Triggered via push July 16, 2024 12:13
Status Success
Total duration 3m 57s
Artifacts

unittest.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build
object 'lsanalyzer_dat_raw_stored' not found
build
object 'abcdefg' not found
build
object 'xyz' not found
build
object 'xyz' not found
build
object 'xyz' not found
build: LSAnalyzer/Helper/ItemsChangedObservableCollection.cs#L26
Possible null reference argument for parameter 'items' in 'void ItemsChangeObservableCollection<T>.RegisterPropertyChanged(IList items)'.
build: LSAnalyzer/Helper/ItemsChangedObservableCollection.cs#L30
Possible null reference argument for parameter 'items' in 'void ItemsChangeObservableCollection<T>.UnRegisterPropertyChanged(IList items)'.
build: LSAnalyzer/Helper/ItemsChangedObservableCollection.cs#L34
Possible null reference argument for parameter 'items' in 'void ItemsChangeObservableCollection<T>.UnRegisterPropertyChanged(IList items)'.
build: LSAnalyzer/Helper/ItemsChangedObservableCollection.cs#L35
Possible null reference argument for parameter 'items' in 'void ItemsChangeObservableCollection<T>.RegisterPropertyChanged(IList items)'.
build: LSAnalyzer/Helper/ItemsChangedObservableCollection.cs#L53
Nullability of reference types in type of parameter 'sender' of 'void ItemsChangeObservableCollection<T>.item_PropertyChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
build: LSAnalyzer/Helper/ItemsChangedObservableCollection.cs#L64
Nullability of reference types in type of parameter 'sender' of 'void ItemsChangeObservableCollection<T>.item_PropertyChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
build: LSAnalyzer/ViewModels/Subsetting.cs#L102
Non-nullable field '_rservice' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: LSAnalyzer/ViewModels/Subsetting.cs#L102
Non-nullable field '_availableVariables' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: LSAnalyzer/ViewModels/Subsetting.cs#L102
Non-nullable field '_clearSubsettingCommand' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: LSAnalyzer/ViewModels/Subsetting.cs#L102
Non-nullable field '_testSubsettingCommand' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.