Skip to content

.NET Build and Release (Latest) #128

.NET Build and Release (Latest)

.NET Build and Release (Latest) #128

Manually triggered August 18, 2026 05:34
Status Success
Total duration 2m 29s
Artifacts

dotnet.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

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.