MessagePack: Fix client serialization for multiple levels of inheritance - #595
Merged
Daniel-Svensson merged 5 commits intoJul 30, 2026
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, microsoft/setup-msbuild@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build:
src/OpenRiaServices.Tools/Framework/Validation/DomainServiceValidator.cs#L18
Member 'Validate' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
build:
src/OpenRiaServices.Tools/Framework/DomainServiceProxyGenerator.cs#L731
XML comment has cref attribute 'ServiceKnownTypeAttribute' that could not be resolved
|
|
build:
src/OpenRiaServices.Tools/Framework/DomainServiceProxyGenerator.cs#L731
XML comment has cref attribute 'ServiceKnownTypeAttribute' that could not be resolved
|
|
build:
src/OpenRiaServices.Client/Framework/Authentication/WebContextBase.cs#L26
Field 'WebContextBase._started' is never assigned to, and will always have its default value false
|
|
build:
src/OpenRiaServices.Client/Framework/EntitySet.cs#L1142
Possible null reference argument for parameter 'entity' in 'void AddAttachInferrer.Visit(Entity entity)'.
|
|
build:
src/OpenRiaServices.Client/Framework/Entity.cs#L289
Dereference of a possibly null reference.
|
|
build:
src/OpenRiaServices.Server/Framework/Data/DomainTypeDescriptor.cs#L109
Change return type of method 'CreateProjectionProperties' from 'System.Collections.Generic.ICollection<System.ComponentModel.PropertyDescriptor>' to 'System.Collections.Generic.List<System.ComponentModel.PropertyDescriptor>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
|
build:
src/OpenRiaServices.Server/Framework/Data/ReflectionDomainServiceDescriptionProvider.cs#L442
Change return type of method 'GetMethodParameters' from 'System.Collections.Generic.IEnumerable<OpenRiaServices.Server.DomainOperationParameter>' to 'System.Collections.Generic.List<OpenRiaServices.Server.DomainOperationParameter>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
|
build:
src/OpenRiaServices.Server/Framework/Data/DomainOperationEntry.cs#L148
Possible null reference return.
|
|
build:
src/OpenRiaServices.Server/Framework/Data/DomainOperationEntry.cs#L148
Possible null reference return.
|
background
wait
wait-all
cancel
parallel
Loading