Skip to content

CU-8688kakx4 reverting console changes for Sentry.Profiling looks lik… #24

CU-8688kakx4 reverting console changes for Sentry.Profiling looks lik…

CU-8688kakx4 reverting console changes for Sentry.Profiling looks lik… #24

Triggered via pull request May 25, 2024 00:09
@ucswiftucswift
synchronize #130
develop
Status Success
Total duration 3m 19s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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)
build: Core/Resgrid.Config/ConfigProcessor.cs#L67
The variable 'ex' is declared but never used
build: Core/Resgrid.Framework/DateTimeHelpers.cs#L370
'DateTimeWithin' defines operator == or operator != but does not override Object.Equals(object o)
build: Core/Resgrid.Framework/DateTimeHelpers.cs#L370
'DateTimeWithin' defines operator == or operator != but does not override Object.GetHashCode()
build: 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: 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: 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: 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: Core/Resgrid.Framework/EmbeddedResources.cs#L21
The variable 'exception' is declared but never used
build: Core/Resgrid.Framework/StringHelpers.cs#L110
'HtmlSanitizerCheckType' is obsolete: 'The fixed attribute check types have been deprecated with the IHtmlAttributeSanitizer interface.'