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

Upgrade Notes for AspNetCore 3.0 Release Version #65

Closed
kdcllc opened this issue Sep 12, 2019 · 0 comments
Closed

Upgrade Notes for AspNetCore 3.0 Release Version #65

kdcllc opened this issue Sep 12, 2019 · 0 comments
Labels
3.0 .NET Core Version AspNetCore AspNetCore breakingchage Breaking Change Extensions Generic Extensions methods

Comments

@kdcllc
Copy link
Owner

kdcllc commented Sep 12, 2019

Notes for the upgrade ahead...

  1. Upgrade Program.cs to support IHost builder impacts the DI for Startup.cs. The is no way to inject ILogger. .
  1. Upgrade Routing
                .Configure(app =>
                {
                    app.UseEndpoints(endpoints =>
                    {
                        endpoints.MapHealthChecks("/healthy");
                    });
                })
  1. Upgrade To Nullable-references
@kdcllc kdcllc added breakingchage Breaking Change 3.0 .NET Core Version AspNetCore AspNetCore Extensions Generic Extensions methods labels Sep 12, 2019
@kdcllc kdcllc closed this as completed Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0 .NET Core Version AspNetCore AspNetCore breakingchage Breaking Change Extensions Generic Extensions methods
Projects
None yet
Development

No branches or pull requests

1 participant