Skip to content

Conversation

martincostello
Copy link
Owner

  • Update to ASP.NET Core 9.
  • Fix/suppress new code analysis warnings.

@martincostello martincostello added enhancement dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Feb 13, 2024
Copy link
Collaborator

@costellobot costellobot left a comment

Choose a reason for hiding this comment

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

Device URL
desktop https://localhost:5001

Device URL
mobile https://localhost:5001

Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead

Copy link

codecov bot commented Feb 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.00%. Comparing base (dcc4932) to head (bc6afa4).
Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1784   +/-   ##
=======================================
  Coverage   87.00%   87.00%           
=======================================
  Files          33       33           
  Lines         585      585           
  Branches       69       69           
=======================================
  Hits          509      509           
  Misses         33       33           
  Partials       43       43           
Flag Coverage Δ
linux 87.00% <ø> (ø)
macos 87.00% <ø> (ø)
windows 87.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from 729ba94 to 6e2dc9f Compare February 16, 2024 12:04
@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from e051224 to 658a2d8 Compare April 9, 2024 19:34
@martincostello martincostello force-pushed the dotnet-vnext branch 6 times, most recently from 0520e20 to 0116154 Compare April 29, 2024 15:26
@martincostello martincostello force-pushed the dotnet-vnext branch 3 times, most recently from 4f60081 to 9bc3039 Compare May 17, 2024 14:39
@martincostello
Copy link
Owner Author

@costellobot rebase

@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from ef9b7be to 7dde60f Compare May 23, 2024 04:33
@martincostello
Copy link
Owner Author

@costellobot rebase

@martincostello martincostello force-pushed the dotnet-vnext branch 4 times, most recently from 6e8904b to 77cc4d6 Compare June 1, 2024 13:05
@martincostello
Copy link
Owner Author

@costellobot rebase

@martincostello
Copy link
Owner Author

@costellobot rebase

@martincostello
Copy link
Owner Author

@costellobot rebase

@martincostello martincostello force-pushed the dotnet-vnext branch 2 times, most recently from 4ba3276 to 8207728 Compare August 20, 2024 15:05
martincostello and others added 12 commits September 6, 2024 04:33
Update to .NET 9 preview 1.
`MSBUILDTERMINALLOGGER` is now enabled by default.
* Update .NET SDK

Update .NET SDK to version 9.0.100-preview.2.24157.14.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 9.0.100-preview.2.24157.14 SDK.

Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-preview.1.24081.5 to 9.0.0-preview.2.24128.4.
Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-preview.1.24081.5 to 9.0.0-preview.2.24128.4.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.AzureAppServices.HostingStartup
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
* Update .NET SDK

Update .NET SDK to version 9.0.100-preview.3.24204.13.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 9.0.100-preview.3.24204.13 SDK.

Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-preview.2.24128.4 to 9.0.0-preview.3.24172.13.
Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-preview.2.24128.4 to 9.0.0-preview.3.24172.13.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.AzureAppServices.HostingStartup
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
* Update .NET SDK

Update .NET SDK to version 9.0.100-preview.4.24267.66.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 9.0.100-preview.4.24267.66 SDK.

Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-preview.3.24172.13 to 9.0.0-preview.4.24267.6.
Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-preview.3.24172.13 to 9.0.0-preview.4.24267.6.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.AzureAppServices.HostingStartup
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
Set `LangVersion=preview` to use C# 13.
Add batch files to launch Visual Studio (Code) with the locally installed .NET SDK version for use with daily builds.
CA1515 is now disabled in the ruleset file.
* Update .NET SDK

Update .NET SDK to version 9.0.100-preview.5.24307.3.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 9.0.100-preview.5.24307.3 SDK.

Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-preview.4.24267.6 to 9.0.0-preview.5.24306.11.
Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-preview.4.24267.6 to 9.0.0-preview.5.24306.11.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.AzureAppServices.HostingStartup
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
* Update .NET SDK

Update .NET SDK to version 9.0.100-preview.6.24328.19.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 9.0.100-preview.6.24328.19 SDK.

Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-preview.5.24306.11 to 9.0.0-preview.6.24328.4.
Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-preview.5.24306.11 to 9.0.0-preview.6.24328.4.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.AzureAppServices.HostingStartup
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
Update benchmarks for .NET 9.
Update to preview 7 of ASP.NET Core 9.
martincostello and others added 3 commits September 9, 2024 09:08
Revert back to using the latest version of C# instead of preview.
* Update .NET SDK

Update .NET SDK to version 9.0.100-rc.1.24452.12.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <[email protected]>

* Update NuGet packages
Update NuGet packages for RC1.

---------

Signed-off-by: costellobot <[email protected]>
Co-authored-by: Martin Costello <[email protected]>
Add workaround for issue with zlib when deploying containers.
@martincostello
Copy link
Owner Author

/deploy

@martincostello
Copy link
Owner Author

/deploy dev

Copy link

github-actions bot commented Sep 11, 2024

Deployment to dev failed ❌

@martincostello
Copy link
Owner Author

/deploy

Copy link

github-actions bot commented Sep 11, 2024

🧪 Tests for deployment to dev passed ✅

@martincostello martincostello marked this pull request as ready for review September 11, 2024 10:20
@martincostello martincostello merged commit 99fad95 into main Sep 11, 2024
16 checks passed
@martincostello martincostello deleted the dotnet-vnext branch September 11, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement .NET Pull requests that update .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants