Skip to content

Conversation

BillHiebert
Copy link

  • Updated nuget pkg feeds
  • Now targets netcoreapp3.1 and references the AspNetCore.App framework
  • Replaced obsolete interfaces with updated ones
  • Added StartupHook.cs and StartupHosting.cs to initialize browserlink
  • Fixed some tests that were failing due to behavior change.

@BillHiebert BillHiebert requested a review from jodavis June 23, 2021 23:24

public Task CompleteAsync()
{
return _wrapped.CompleteAsync();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It used to be possible for _wrapped to be null, if app.UseStaticFiles() wasn't included. We should check all references for null to be on the safe side, so we don't cause runtime errors in working applications.

@@ -1,15 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>$(StandardTestTfms)</TargetFrameworks>
<!--<TargetFrameworks>$(StandardTestTfms)</TargetFrameworks>-->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I would just remove this instead of commenting it out.

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

Successfully merging this pull request may close these issues.

2 participants