Skip to content

Changing cache location and deleting old files #640

Changing cache location and deleting old files

Changing cache location and deleting old files #640

Triggered via pull request October 31, 2023 20:24
Status Success
Total duration 2m 29s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

publish.yml

on: pull_request
create_release
0s
create_release
Matrix: build
Matrix: build_docker
publish_release
0s
publish_release
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build (macos-latest, osx, bmx): src/D2L.Bmx/Okta/Models/AuthenticateResponse.cs#L12
The member 'D2L.Bmx.Okta.Models.AuthenticateResponseRaw.Status' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1034)
build (macos-latest, osx, bmx): src/D2L.Bmx/Program.cs#L225
The variable 'ex' is declared but never used
build (windows-latest, win, bmx.exe): src/D2L.Bmx/Okta/Models/AuthenticateResponse.cs#L12
The member 'D2L.Bmx.Okta.Models.AuthenticateResponseRaw.Status' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1034)
build (windows-latest, win, bmx.exe): src/D2L.Bmx/Program.cs#L225
The variable 'ex' is declared but never used
build (windows-latest, win, bmx.exe)
Amazon.Internal.RegionEndpointProviderV3.GetEndpointJsonSourceStream(): 'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build (windows-latest, win, bmx.exe)
Amazon.Internal.RegionEndpointProviderV2.RegionEndpoint.TryLoadEndpointDefinitionsFromAssemblyDir(): Using member 'System.Reflection.Assembly.CodeBase.get' which has 'RequiresAssemblyFilesAttribute' can break functionality when embedded in a single-file app. This member throws an exception for assemblies embedded in a single-file app.