Skip to content

Fix Assert warnings in Unit Test projects #12

Fix Assert warnings in Unit Test projects

Fix Assert warnings in Unit Test projects #12

Triggered via pull request October 11, 2023 17:23
Status Success
Total duration 10m 51s
Artifacts 1

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
vs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
vs: src/ShaderTools.CodeAnalysis.Workspaces/FindSymbols/SymbolFinder.cs#L37
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.
vs: src/ShaderTools.CodeAnalysis.Workspaces/Workspace/Document.cs#L157
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.
vs: src/ShaderTools.CodeAnalysis.Workspaces/Shared/Extensions/SyntaxTreeExtensions.cs#L23
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.
vs: src/ShaderTools.CodeAnalysis.EditorFeatures/Implementation/NavigateTo/NavigateToItemProvider.Searcher.cs#L143
'MatchKind' is obsolete: 'MatchKind is being replaced with PatternMatch and PatternMatchKind. Please remove all references and replace them with PatternMatch objects.'
vs: src/ShaderTools.CodeAnalysis.EditorFeatures/Implementation/NavigateTo/NavigateToItemProvider.Searcher.cs#L131
'NavigateToItem.NavigateToItem(string, string, string, string, object, MatchKind, bool, INavigateToItemDisplayFactory)' is obsolete: 'MatchKind has been deprecated, and new constructors have been added to this class taking a PatternMatch object instead. Please use those.'
vs: src/ShaderTools.CodeAnalysis.EditorFeatures/Implementation/NavigateTo/NavigateToItemProvider.Searcher.cs#L147
'MatchKind' is obsolete: 'MatchKind is being replaced with PatternMatch and PatternMatchKind. Please remove all references and replace them with PatternMatch objects.'
vs: src/ShaderTools.CodeAnalysis.EditorFeatures/Implementation/NavigateTo/NavigateToItemProvider.Searcher.cs#L148
'MatchKind' is obsolete: 'MatchKind is being replaced with PatternMatch and PatternMatchKind. Please remove all references and replace them with PatternMatch objects.'
vs: src/ShaderTools.CodeAnalysis.EditorFeatures/Implementation/NavigateTo/NavigateToItemProvider.Searcher.cs#L149
'MatchKind' is obsolete: 'MatchKind is being replaced with PatternMatch and PatternMatchKind. Please remove all references and replace them with PatternMatch objects.'
vs: src/ShaderTools.CodeAnalysis.EditorFeatures/Implementation/NavigateTo/NavigateToItemProvider.Searcher.cs#L150
'MatchKind' is obsolete: 'MatchKind is being replaced with PatternMatch and PatternMatchKind. Please remove all references and replace them with PatternMatch objects.'

Artifacts

Produced during runtime
Name Size
VisualStudio Expired
9.45 MB