Skip to content

RE1-T102 Added healthcheck #149

RE1-T102 Added healthcheck

RE1-T102 Added healthcheck #149

Triggered via pull request February 13, 2026 22:57
@ucswiftucswift
synchronize #279
develop
Status Failure
Total duration 2m 39s
Artifacts

dotnet.yml

on: pull_request
Matrix: docker-build-and-push
github-release
github-release
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build-and-test
Process completed with exit code 1.
build-and-test
Duplicate 'Content' items were included. The .NET SDK includes 'Content' items from your project directory by default. You can either remove these items from your project file, or set the 'EnableDefaultContentItems' property to 'false' if you want to explicitly include them in your project file. For more information, see https://aka.ms/sdkimplicititems. The duplicate items were: 'appsettings.json'
build-and-test
Duplicate 'Content' items were included. The .NET SDK includes 'Content' items from your project directory by default. You can either remove these items from your project file, or set the 'EnableDefaultContentItems' property to 'false' if you want to explicitly include them in your project file. For more information, see https://aka.ms/sdkimplicititems. The duplicate items were: 'appsettings.json'
build-and-test: Core/Resgrid.Framework/Hashing.cs#L45
'SHA1Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build-and-test: Core/Resgrid.Framework/SymmetricEncryption.cs#L107
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build-and-test: Core/Resgrid.Framework/SymmetricEncryption.cs#L107
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build-and-test: Core/Resgrid.Framework/SymmetricEncryption.cs#L39
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build-and-test: Core/Resgrid.Framework/SymmetricEncryption.cs#L39
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build-and-test: Core/Resgrid.Framework/EmbeddedResources.cs#L21
The variable 'exception' is declared but never used
build-and-test: Core/Resgrid.Framework/DateTimeHelpers.cs#L370
'DateTimeWithin' defines operator == or operator != but does not override Object.GetHashCode()
build-and-test: Core/Resgrid.Framework/DateTimeHelpers.cs#L370
'DateTimeWithin' defines operator == or operator != but does not override Object.Equals(object o)
build-and-test: Core/Resgrid.Config/ConfigProcessor.cs#L67
The variable 'ex' is declared but never used
build-and-test: Core/Resgrid.Config/ConfigProcessor.cs#L17
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)