Fix: response name assignment in request handler execution #309
Annotations
10 warnings
|
Build solution:
src/MetadataSkeleton/MetadataSkeleton.cs#L104
Non-nullable field 'Privileges' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build solution:
src/XrmMockup365/Database/DeviceIdManager.cs#L848
This call site is reachable on all platforms. 'DataProtectionScope.CurrentUser' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build solution:
src/XrmMockup365/Database/DeviceIdManager.cs#L857
This call site is reachable on all platforms. 'DataProtectionScope.CurrentUser' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build solution:
src/XrmMockup365/Database/DeviceIdManager.cs#L857
This call site is reachable on all platforms. 'ProtectedData.Unprotect(byte[], byte[]?, DataProtectionScope)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build solution:
src/XrmMockup365/Database/DeviceIdManager.cs#L848
This call site is reachable on all platforms. 'ProtectedData.Protect(byte[], byte[]?, DataProtectionScope)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build solution:
src/XrmMockup365/Database/DeviceIdManager.cs#L587
'Exception.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
Build solution:
src/XrmMockup365/Database/DeviceIdManager.cs#L575
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
Build solution:
src/XrmMockup365/Database/DeviceIdManager.cs#L366
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Build solution:
src/XrmMockup365/Internal/Utility.cs#L1237
The type name 'componentstate' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
|
Build solution:
src/XrmMockup365/Database/DeviceIdManager.cs#L586
Member 'DeviceRegistrationFailedException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'DeviceRegistrationFailedException.GetObjectData(SerializationInfo, StreamingContext)'.
|
Loading