Skip to content

CU-868a3neq0 trying to fix eventing issue. #46

CU-868a3neq0 trying to fix eventing issue.

CU-868a3neq0 trying to fix eventing issue. #46

Triggered via pull request October 8, 2024 22:53
Status Success
Total duration 2m 20s
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/ObjectSerialization.cs#L12
The variable 'XmlizedString' is assigned but its value is never used
build: Core/Resgrid.Framework/EmbeddedResources.cs#L21
The variable 'exception' is declared but never used
build: Core/Resgrid.Framework/PathHelpers.cs#L11
'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.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/ObjectCopier.cs#L27
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)