.NET Build and Release (Latest) #127
Annotations
10 warnings
|
build:
ThirdParty/DsmSuite/DsmSuite.DsmViewer.ViewModel/Common/ViewModelBase.cs#L39
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
ThirdParty/DsmSuite/DsmSuite.DsmViewer.ViewModel/Common/ViewModelBase.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
ThirdParty/DsmSuite/DsmSuite.DsmViewer.ViewModel/Common/ViewModelBase.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
ThirdParty/DsmSuite/DsmSuite.DsmViewer.ViewModel/Common/ViewModelBase.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
ThirdParty/DsmSuite/DsmSuite.DsmViewer.ViewModel/Common/ViewModelBase.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
CSharpCodeAnalyst.History/Git/GitProvider.cs#L273
Argument of type 'List<Scope?>' cannot be used for parameter 'mergeFromScopes' of type 'IReadOnlyList<Scope>' in 'void GitProvider.UpdateScopeMergeParents(Differences deltas, Scope mergeIntoScope, IReadOnlyList<Scope> mergeFromScopes, Dictionary<string, string> deleted, string commitHash)' due to differences in the nullability of reference types.
|
|
build:
CSharpCodeAnalyst.History/Git/GitProvider.cs#L269
Dereference of a possibly null reference.
|
|
build:
CSharpCodeAnalyst.History/Model/ChangeItem.cs#L40
Non-nullable property 'FromServerPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
CSharpCodeAnalyst.History/Model/ChangeItem.cs#L38
Non-nullable property 'ServerPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
CSharpCodeAnalyst.History/Model/ChangeItem.cs#L33
Non-nullable property 'LocalPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|