Skip to content

added readme for vscode plugin #68

added readme for vscode plugin

added readme for vscode plugin #68

Triggered via push May 31, 2024 17:10
Status Success
Total duration 6m 46s
Artifacts

pages-deploy.yml

on: push
Environment Setup
6m 33s
Environment Setup
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Environment Setup
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/setup-dotnet@v3, actions/setup-python@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Environment Setup: dotnet/CJson/CJson/Utils/Base.cs#L23
Non-nullable field 'commaSeparatedLines' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Environment Setup: dotnet/CJson/CJson/Utils/Base.cs#L32
Cannot convert null literal to non-nullable reference type.
Environment Setup: dotnet/CJson/CJson/Utils/Base.cs#L29
Non-nullable field 'filePath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Environment Setup: dotnet/CJson/CJson/Utils/Base.cs#L29
Non-nullable field 'commaSeparatedLines' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Environment Setup: dotnet/CJson/CJson/CJson.cs#L108
Converting null literal or possible null value to non-nullable type.
Environment Setup: dotnet/CJson/CJson/Utils/Decode.cs#L19
Non-nullable field 'matchedPaths' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Environment Setup: dotnet/CJson/CJson/Utils/Is.cs#L18
Non-nullable field 'commentedLines' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Environment Setup: dotnet/CJson/CJson/Utils/Decode.cs#L22
Non-nullable field 'matchedPaths' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Environment Setup: dotnet/CJson/CJson/Utils/Is.cs#L22
Non-nullable field 'commentedLines' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Environment Setup: dotnet/CJson/CJson/Utils/Json.cs#L10
Non-nullable field 'json' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.