Skip to content

Create index.html

Create index.html #6

Triggered via push June 2, 2024 06:59
Status Success
Total duration 7m 13s
Artifacts

master.yml

on: push
Matrix: build
Matrix: release
Matrix: pupnet
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
build (ubuntu-latest, 8.0.x)
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 (ubuntu-latest, 8.0.x): ViewModels/MainWindowViewModel.cs#L53
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest, 8.0.x): ViewModels/MainWindowViewModel.cs#L54
Possible null reference argument for parameter 'item' in 'void Collection<string>.Add(string item)'.
build (ubuntu-latest, 8.0.x): ViewModels/MainWindowViewModel.cs#L98
Possible null reference assignment.
build (ubuntu-latest, 8.0.x): ViewModels/MainWindowViewModel.cs#L122
Possible null reference argument for parameter 'FolderToSerach' in 'List<string> Methods.AllFiles(string FolderToSerach)'.
build (ubuntu-latest, 8.0.x): Models/xcur2hyprcur.cs#L121
Dereference of a possibly null reference.
build (ubuntu-latest, 8.0.x): Models/xcur2hyprcur.cs#L144
Dereference of a possibly null reference.
build (ubuntu-latest, 8.0.x): ViewModels/MainWindowViewModel.cs#L183
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.
build (ubuntu-latest, 8.0.x): Models/CMeta.cs#L16
Non-nullable field 'rawdata' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest, 8.0.x): Models/CMeta.cs#L16
Non-nullable field 'currentMeta' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest, 8.0.x): Models/CMeta.cs#L40
The variable 'res' is declared but never used
release (ubuntu-latest, 8.0.x)
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/.
release (ubuntu-latest, 8.0.x): Models/CMeta.cs#L16
Non-nullable field 'rawdata' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
release (ubuntu-latest, 8.0.x): Models/CMeta.cs#L16
Non-nullable field 'currentMeta' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
release (ubuntu-latest, 8.0.x): Models/CMeta.cs#L40
The variable 'res' is declared but never used
release (ubuntu-latest, 8.0.x): Models/xcur2hyprcur.cs#L121
Dereference of a possibly null reference.
release (ubuntu-latest, 8.0.x): Models/xcur2hyprcur.cs#L144
Dereference of a possibly null reference.
release (ubuntu-latest, 8.0.x): ViewModels/MainWindowViewModel.cs#L53
Converting null literal or possible null value to non-nullable type.
release (ubuntu-latest, 8.0.x): ViewModels/MainWindowViewModel.cs#L54
Possible null reference argument for parameter 'item' in 'void Collection<string>.Add(string item)'.
release (ubuntu-latest, 8.0.x): Models/CMeta.cs#L116
The variable 'e' is declared but never used
release (ubuntu-latest, 8.0.x): Models/CMeta.cs#L91
The variable 'DELAY' is assigned but its value is never used
release (ubuntu-latest, 8.0.x): Models/CMeta.cs#L69
Non-nullable field 'resizeAlgo' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
pupnet (ubuntu-latest, 8.0.x)
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/.
pupnet (ubuntu-latest, 8.0.x)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
pupnet (ubuntu-latest, 8.0.x): ViewModels/MainWindowViewModel.cs#L53
Converting null literal or possible null value to non-nullable type.
pupnet (ubuntu-latest, 8.0.x): ViewModels/MainWindowViewModel.cs#L54
Possible null reference argument for parameter 'item' in 'void Collection<string>.Add(string item)'.
pupnet (ubuntu-latest, 8.0.x): Models/xcur2hyprcur.cs#L121
Dereference of a possibly null reference.
pupnet (ubuntu-latest, 8.0.x): Models/xcur2hyprcur.cs#L144
Dereference of a possibly null reference.
pupnet (ubuntu-latest, 8.0.x): ViewModels/MainWindowViewModel.cs#L98
Possible null reference assignment.
pupnet (ubuntu-latest, 8.0.x): ViewModels/MainWindowViewModel.cs#L122
Possible null reference argument for parameter 'FolderToSerach' in 'List<string> Methods.AllFiles(string FolderToSerach)'.
pupnet (ubuntu-latest, 8.0.x): ViewModels/MainWindowViewModel.cs#L183
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.
pupnet (ubuntu-latest, 8.0.x): Models/xcur2hyprcur.cs#L182
Converting null literal or possible null value to non-nullable type.
pupnet (ubuntu-latest, 8.0.x): Models/xcur2hyprcur.cs#L183
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3)'.