Skip to content

Upgrade to .net core 3.0 #559

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

Closed
maurei opened this issue Oct 1, 2019 · 5 comments
Closed

Upgrade to .net core 3.0 #559

maurei opened this issue Oct 1, 2019 · 5 comments

Comments

@maurei
Copy link
Member

maurei commented Oct 1, 2019

As title says

@maurei maurei changed the title Upgrade to .net core 3.0 and consider implement AsyncEnumerable<T> Upgrade to .net core 3.0 and consider implementing AsyncEnumerable<T> Oct 1, 2019
@maurei maurei changed the title Upgrade to .net core 3.0 and consider implementing AsyncEnumerable<T> Upgrade to .net core 3.0 Oct 10, 2019
@emouawad
Copy link

Not sure if this is related:

System.Reflection.ReflectionTypeLoadException: 'Unable to load one or more of the requested types. Method 'CommitAsync' in type 'JsonApiDotNetCore.Extensions.SafeTransactionProxy' from assembly 'JsonApiDotNetCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.'

on

      app.UseEndpoints(endpoints =>
        {
            endpoints.MapControllerRoute(
                name: "default",
                pattern: "{controller=Home}/{action=Index}/{id?}");
        });

@maurei
Copy link
Member Author

maurei commented Oct 15, 2019

I'm not sure either. If you share a reproduction repo I can look into it.

@wisepotato
Copy link
Contributor

Working on this atm, will post back with updates.

@wayne-o
Copy link
Contributor

wayne-o commented Nov 13, 2019

Would this have made it into 3.1.0?

@maurei
Copy link
Member Author

maurei commented Nov 13, 2019

No, the .NET core 3.0 upgrade has been introduced in prerelease v4.0.0-alpha4

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

No branches or pull requests

4 participants