Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is .net 8 supported? #235

Open
kubilayeldemir opened this issue Sep 10, 2024 · 1 comment
Open

Is .net 8 supported? #235

kubilayeldemir opened this issue Sep 10, 2024 · 1 comment

Comments

@kubilayeldemir
Copy link

I am trying to add westwind localization to my .net 8 api.

I am double checking with my existing .net6 project that uses Westwind, everything is there and looks OK, but it does not work.
I spent hours but it's still same.
Issue is, key is returned instead of the value of the key.

Anyone tried using westwind with .net8?
I guess .net7 is supported because I have an working .net7 api.
Is it possible or I am trying something I shouldn't?

I am using 3.1.8 version(last updated 4 months ago).

            opt.ResourceAccessMode = ResourceAccessMode.DbResourceManager;
            opt.DataProvider = DbResourceProviderTypes.SqlServer;

@a-milburn
Copy link

We're using .NET 9.0 and it's working...take a look at this #236

Perhaps you're having a similar issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants