Skip to content

port azure pipelines file selection to language server via ai #408

port azure pipelines file selection to language server via ai

port azure pipelines file selection to language server via ai #408

Triggered via pull request December 1, 2024 19:44
Status Success
Total duration 5m 11s
Artifacts 3

deploy-pages.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
deploy: src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
deploy: src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
deploy: src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
deploy: src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
deploy: src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1165
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
deploy: src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
deploy: src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1169
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
deploy: src/Runner.Language.Server/CodeLensProvider.cs#L57
Nullability of reference types in type of parameter 'x' of 'bool Equality.Equals(TemplateToken x, TemplateToken y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TemplateToken>.Equals(TemplateToken? x, TemplateToken? y)' (possibly because of nullability attributes).
deploy: src/Runner.Language.Server/CodeLensProvider.cs#L57
Nullability of reference types in type of parameter 'y' of 'bool Equality.Equals(TemplateToken x, TemplateToken y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TemplateToken>.Equals(TemplateToken? x, TemplateToken? y)' (possibly because of nullability attributes).
deploy: src/Runner.Language.Server/CodeLensProvider.cs#L103
Dereference of a possibly null reference.
deploy: src/Runner.Language.Server/CodeLensProvider.cs#L57
Nullability of reference types in type of parameter 'x' of 'bool Equality.Equals(TemplateToken x, TemplateToken y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TemplateToken>.Equals(TemplateToken? x, TemplateToken? y)' (possibly because of nullability attributes).
deploy: src/Runner.Language.Server/CodeLensProvider.cs#L57
Nullability of reference types in type of parameter 'y' of 'bool Equality.Equals(TemplateToken x, TemplateToken y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TemplateToken>.Equals(TemplateToken? x, TemplateToken? y)' (possibly because of nullability attributes).
deploy: src/Runner.Language.Server/TextDocumentSyncHelper.cs#L102
Possible null reference return.
deploy: src/Runner.Language.Server/TextDocumentSyncHelper.cs#L106
Possible null reference return.
deploy: src/Runner.Language.Server/TextDocumentSyncHelper.cs#L35
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
deploy: src/Runner.Language.Server/TextDocumentSyncHelper.cs#L125
Possible null reference argument for parameter 'content' in 'Task<bool> TextDocumentSyncHelper.ShouldHandle(TextDocumentIdentifier doc, string content, string? langID)'.
deploy: src/Runner.Language.Server/TextDocumentSyncHelper.cs#L213
Converting null literal or possible null value to non-nullable type.
deploy: src/Runner.Language.Server/TextDocumentSyncHelper.cs#L233
Cannot convert null literal to non-nullable reference type.
deploy: src/Runner.Language.Server/TextDocumentSyncHelper.cs#L239
Converting null literal or possible null value to non-nullable type.
deploy: src/Runner.Language.Server/TextDocumentSyncHelper.cs#L257
Cannot convert null literal to non-nullable reference type.
deploy: src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
deploy: src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
deploy: src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
deploy: src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
deploy: src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1165
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
deploy: src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
deploy: src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1169
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
deploy: src/azure-pipelines-vscode-ext/ext-core/Program.cs#L133
This call site is reachable on all platforms. 'JSExportAttribute' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
deploy: src/azure-pipelines-vscode-ext/ext-core/Program.cs#L206
This call site is reachable on all platforms. 'JSExportAttribute' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
deploy: src/azure-pipelines-vscode-ext/ext-core/Program.cs#L86
This call site is reachable on all platforms. 'JSExportAttribute' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
deploy: src/azure-pipelines-vscode-ext/ext-core/Program.cs#L133
This call site is reachable on all platforms. 'JSExportAttribute' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
deploy: src/azure-pipelines-vscode-ext/ext-core/Program.cs#L206
This call site is reachable on all platforms. 'JSExportAttribute' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
deploy: src/azure-pipelines-vscode-ext/ext-core/Program.cs#L86
This call site is reachable on all platforms. 'JSExportAttribute' is only supported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)

Artifacts

Produced during runtime
Name Size
azure-pipelines-vscode-ext-pre-release
12.2 MB
runner-server-vscode-pre-release
41.9 MB
runner-server-web-vscode-pre-release
13.8 MB