Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

inlayhint functionality #62

inlayhint functionality

inlayhint functionality #62

Triggered via push July 2, 2024 22:03
Status Success
Total duration 43s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/OneWare.Essentials/EditorExtensions/BreakPoint.cs#L5
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/OneWare.Essentials/Behaviours/ContextDragBubbleBehavior.cs#L159
Avoid "async void" methods, because any exceptions not handled by the method will crash the process (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD100.md)
build: src/OneWare.Essentials/EditorExtensions/BreakPoint.cs#L5
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/OneWare.Essentials/Behaviours/ContextDragBubbleBehavior.cs#L159
Avoid "async void" methods, because any exceptions not handled by the method will crash the process (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD100.md)