OpenRIAServices / OpenRiaServices

The Open RIA Services project continues what was previously known as WCF RIA Services.
https://openriaservices.gitbook.io/openriaservices/
Apache License 2.0
54 stars 47 forks source link

5.4.2 version is not in nuget #492

Closed FabioSilvaOS closed 3 months ago

FabioSilvaOS commented 4 months ago

Describe the bug The 5.4.2 version is not in nuget

To Reproduce The last version in https://www.nuget.org/packages/OpenRiaServices.Server#versions-body-tab is 5.4.0 (5 months ago)

Expected behavior The last release (right now 5.4.2) able to be downloaded from nuget

Daniel-Svensson commented 4 months ago

I do not think there where any changes to the server side code (apart from aspnet core hosting) so there was no reason to push a new nuget package. However, the next release will probably include all nuget packages.

@SandstromErik can probably confirm if I remember correctly.

FabioSilvaOS commented 4 months ago

@Daniel-Svensson, with 5.4.0 packages I need to use <Nullable>disable</Nullable>. If I use <Nullable>enable</Nullable>, I can't build and I receive:

Explicit application of 'System.Runtime.CompilerServices.NullableAttribute' is not allowed. and Do not use 'System.Runtime.CompilerServices.NullableContextAttribute'. This is reserved for compiler usage.

so this is different enough for me :smile:

Daniel-Svensson commented 4 months ago

@FabioSilvaOS you need to use 5.4.2 packages on the Client where the code generation code is. Ensure you are using the latest nuget packages

If you are using T4 nuget on the server, then it is not fixed yet #489 (@SandstromErik has a fix locally and I am waiting for it to be pushed)