Merge pull request #3479 from MarimerLLC/dependabot/nuget/Source/Goog… #928
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
Source/Csla.Generators/cs/Csla.Generators.CSharp/AutoSerializable/SerializationPartialsGenerator.cs#L24
'Csla.Generators.CSharp.AutoSerialization.SerializationPartialsGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
build:
Source/Csla/PropertyLoadException.cs#L52
Member 'PropertyLoadException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'PropertyLoadException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
Source/Csla/Reflection/CallMethodException.cs#L76
Member 'CallMethodException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'CallMethodException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
Source/Csla/Security/SecurityException.cs#L62
Member 'SecurityException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'SecurityException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
Source/Csla/Server/DataPortalException.cs#L81
Member 'DataPortalException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'DataPortalException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
Source/Csla/Server/GenericBusinessException.cs#L131
Member 'GenericBusinessException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'GenericBusinessException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
Source/Csla/Core/UndoException.cs#L83
Member 'UndoException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'UndoException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
Source/Csla/DataPortalException.cs#L218
Member 'DataPortalException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'DataPortalException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
Source/Csla/BusinessBase.cs#L309
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
build:
Source/Csla/BusinessBase.cs#L320
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|