Skip to content

GitHub: Add initial CI workflow #9

GitHub: Add initial CI workflow

GitHub: Add initial CI workflow #9

Triggered via pull request March 31, 2026 20:39
Status Failure
Total duration 3m 53s
Artifacts

ci.yml

on: pull_request
formatting
26s
formatting
Matrix: lib
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 46 warnings
lib (Debug, Tmds.Fuse)
Process completed with exit code 1.
lib (Debug, Tmds.Fuse)
Assets file 'D:\a\SecureFolderFS\SecureFolderFS\lib\Tmds.Fuse\test\Tmds.Fuse.Tests\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
lib (Debug, Tmds.Fuse)
Assets file 'D:\a\SecureFolderFS\SecureFolderFS\lib\Tmds.Fuse\samples\Mounter\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
lib (Release, Tmds.Fuse)
Process completed with exit code 1.
lib (Release, Tmds.Fuse)
Assets file 'D:\a\SecureFolderFS\SecureFolderFS\lib\Tmds.Fuse\test\Tmds.Fuse.Tests\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
lib (Release, Tmds.Fuse)
Assets file 'D:\a\SecureFolderFS\SecureFolderFS\lib\Tmds.Fuse\samples\Mounter\obj\project.assets.json' not found. Run a NuGet package restore to generate this file.
lib (Debug, Tmds.Fuse)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lib (Debug, Tmds.Fuse)
The target framework 'netcoreapp2.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lib (Debug, Tmds.Fuse): lib/Tmds.Fuse/src/Tmds.Fuse/FuseMount.cs#L687
The '&' operator should not be used on parameters or local variables in async methods.
lib (Debug, Tmds.Fuse): lib/Tmds.Fuse/src/Tmds.Fuse/FuseException.cs#L11
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
lib (Debug, Tmds.Fuse): lib/Tmds.Fuse/src/Tmds.Fuse/LibFuse.structs.cs#L9
The type name 'path' only contains lower-cased ascii characters. Such names may become reserved for the language.
lib (Debug, Tmds.Fuse): lib/Tmds.Fuse/src/Tmds.Fuse/LibFuse.structs.cs#L8
The type name 'fuse' only contains lower-cased ascii characters. Such names may become reserved for the language.
lib (Debug, Tmds.Fuse): lib/Tmds.Fuse/src/Tmds.Fuse/FuseFileSystemStringBase.cs#L11
'FuseFileSystemStringBase.RootPath' hides inherited member 'FuseFileSystemBase.RootPath'. Use the new keyword if hiding was intended.
lib (Debug, Tmds.Fuse): lib/Tmds.Fuse/src/Tmds.Fuse/MountOptions.cs#L5
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
lib (Debug, Tmds.Fuse)
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="10.0.20" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
lib (Debug, Tmds.Fuse)
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="10.0.20" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
lib (Debug, NWebDav)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lib (Debug, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/PropPatchHandler.cs#L110
Possible null reference argument for parameter 'uri' in 'Task<IDavStorable?> IStore.GetItemAsync(Uri uri, CancellationToken cancellationToken)'.
lib (Debug, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/PropPatchHandler.cs#L122
'RequestHelpers.LoadXmlDocumentAsync(HttpListenerRequest, ILogger?, CancellationToken)' is obsolete
lib (Debug, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/PutHandler.cs#L38
Dereference of a possibly null reference.
lib (Debug, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/UnlockHandler.cs#L53
Possible null reference argument for parameter 'token' in 'Task<HttpStatusCode> ILockingManager.UnlockAsync(IDavStorable item, Uri token, CancellationToken cancellationToken)'.
lib (Debug, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/UnlockHandler.cs#L35
Possible null reference argument for parameter 'uri' in 'Task<IDavStorable?> IStore.GetItemAsync(Uri uri, CancellationToken cancellationToken)'.
lib (Debug, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/CopyHandler.cs#L59
Dereference of a possibly null reference.
lib (Debug, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/CopyHandler.cs#L45
Dereference of a possibly null reference.
lib (Debug, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/GetAndHeadHandler.cs#L53
Converting null literal or possible null value to non-nullable type.
lib (Debug, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/GetAndHeadHandler.cs#L44
Possible null reference argument for parameter 'uri' in 'Task<IDavStorable?> IStore.GetItemAsync(Uri uri, CancellationToken cancellationToken)'.
lib (Debug, NWebDav): lib/NWebDav/NWebDav.Server/Props/OverridePropertyManager.cs#L19
Cannot convert null literal to non-nullable reference type.
lib (Debug, NWebDav)
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="10.0.20" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
lib (Debug, NWebDav)
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="10.0.20" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
lib (Release, Tmds.Fuse)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lib (Release, Tmds.Fuse)
The target framework 'netcoreapp2.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
lib (Release, Tmds.Fuse): lib/Tmds.Fuse/src/Tmds.Fuse/FuseMount.cs#L687
The '&' operator should not be used on parameters or local variables in async methods.
lib (Release, Tmds.Fuse): lib/Tmds.Fuse/src/Tmds.Fuse/FuseException.cs#L11
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
lib (Release, Tmds.Fuse): lib/Tmds.Fuse/src/Tmds.Fuse/LibFuse.structs.cs#L9
The type name 'path' only contains lower-cased ascii characters. Such names may become reserved for the language.
lib (Release, Tmds.Fuse): lib/Tmds.Fuse/src/Tmds.Fuse/LibFuse.structs.cs#L8
The type name 'fuse' only contains lower-cased ascii characters. Such names may become reserved for the language.
lib (Release, Tmds.Fuse): lib/Tmds.Fuse/src/Tmds.Fuse/FuseFileSystemStringBase.cs#L11
'FuseFileSystemStringBase.RootPath' hides inherited member 'FuseFileSystemBase.RootPath'. Use the new keyword if hiding was intended.
lib (Release, Tmds.Fuse): lib/Tmds.Fuse/src/Tmds.Fuse/MountOptions.cs#L5
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
lib (Release, Tmds.Fuse)
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="10.0.20" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
lib (Release, Tmds.Fuse)
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="10.0.20" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
lib (Release, NWebDav)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: NuGet/setup-nuget@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lib (Release, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/GetAndHeadHandler.cs#L53
Converting null literal or possible null value to non-nullable type.
lib (Release, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/GetAndHeadHandler.cs#L44
Possible null reference argument for parameter 'uri' in 'Task<IDavStorable?> IStore.GetItemAsync(Uri uri, CancellationToken cancellationToken)'.
lib (Release, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/MkcolHandler.cs#L35
Dereference of a possibly null reference.
lib (Release, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/PutHandler.cs#L38
Dereference of a possibly null reference.
lib (Release, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/UnlockHandler.cs#L53
Possible null reference argument for parameter 'token' in 'Task<HttpStatusCode> ILockingManager.UnlockAsync(IDavStorable item, Uri token, CancellationToken cancellationToken)'.
lib (Release, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/UnlockHandler.cs#L35
Possible null reference argument for parameter 'uri' in 'Task<IDavStorable?> IStore.GetItemAsync(Uri uri, CancellationToken cancellationToken)'.
lib (Release, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/CopyHandler.cs#L59
Dereference of a possibly null reference.
lib (Release, NWebDav): lib/NWebDav/NWebDav.Server/Handlers/CopyHandler.cs#L45
Dereference of a possibly null reference.
lib (Release, NWebDav): lib/NWebDav/NWebDav.Server/Props/OverridePropertyManager.cs#L19
Cannot convert null literal to non-nullable reference type.
lib (Release, NWebDav)
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="10.0.20" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
lib (Release, NWebDav)
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="10.0.20" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.