Update MessagePack NuGet files and improve type handling - #597
Merged
Daniel-Svensson merged 8 commits intoJul 30, 2026
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.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#L1312
Possible null reference argument for parameter 'propertyName' in 'void ValidationResultCollection.ReplaceErrors(string propertyName, IEnumerable<ValidationResult> newResults)'.
|
|
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.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/DomainOperationEntry.cs#L148
Possible null reference return.
|
background
wait
wait-all
cancel
parallel
Loading