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

Consume .NET nightly builds #2178

Closed
wants to merge 9 commits into from
Closed

Consume .NET nightly builds #2178

wants to merge 9 commits into from

Conversation

martincostello
Copy link
Owner

Update to the latest nightly build of .NET 9.

@martincostello martincostello added 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:50001

Device URL
mobile https://localhost:50001

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 78.08%. Comparing base (6b04c2b) to head (2632187).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2178   +/-   ##
=======================================
  Coverage   78.08%   78.08%           
=======================================
  Files         123      123           
  Lines        2505     2505           
  Branches      381      381           
=======================================
  Hits         1956     1956           
  Misses        365      365           
  Partials      184      184           
Flag Coverage Δ
linux 78.08% <ø> (ø)
macos 78.08% <ø> (ø)
windows 78.04% <ø> (ø)

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-nightly branch 2 times, most recently from 7becbe7 to 5ed3a72 Compare March 6, 2024 09:01
@martincostello martincostello force-pushed the dotnet-nightly branch 2 times, most recently from 7a37e79 to 7b278ce Compare March 12, 2024 20:46
@martincostello martincostello force-pushed the dotnet-nightly branch 2 times, most recently from 1b68510 to 23fea6c Compare April 11, 2024 16:53
@martincostello
Copy link
Owner Author

@costellobot rebase

Base automatically changed from dotnet-vnext to main September 11, 2024 10:55
@martincostello martincostello force-pushed the dotnet-nightly branch 2 times, most recently from e629bb6 to c147e8b Compare September 27, 2024 15:01
@martincostello
Copy link
Owner Author

@costellobot rebase

@martincostello martincostello force-pushed the dotnet-nightly branch 3 times, most recently from 5b17367 to 564004f Compare October 11, 2024 08:02
martincostello and others added 6 commits October 14, 2024 14:45
Update to the latest daily build of .NET 9.
* Update .NET SDK

Update .NET SDK to version 9.0.100-rtm.24508.22.

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

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 9.0.100-rtm.24508.22 SDK.

Bumps Microsoft.AspNetCore.Authentication.Google from 9.0.0-rc.2.24474.3 to 9.0.0-rtm.24508.4.
Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 9.0.0-rc.2.24474.3 to 9.0.0-rtm.24508.4.
Bumps Microsoft.AspNetCore.Authentication.Twitter from 9.0.0-rc.2.24474.3 to 9.0.0-rtm.24508.4.
Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-rc.2.24474.3 to 9.0.0-rtm.24508.4.
Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-rc.2.24474.3 to 9.0.0-rtm.24508.4.
Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-rc.2.24474.3 to 9.0.0-rtm.24508.4.
Bumps System.Text.Json from 9.0.0-rc.2.24473.5 to 9.0.0-rtm.24503.8.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.Google
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Authentication.MicrosoftAccount
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Authentication.Twitter
  dependency-type: direct:production
  update-type: version-update:semver-major
- 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
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

---------

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
* Update .NET SDK

Update .NET SDK to version 9.0.100-rtm.24509.3.

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

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 9.0.100-rtm.24509.3 SDK.

Bumps Microsoft.AspNetCore.Authentication.Google from 9.0.0-rtm.24508.4 to 9.0.0-rtm.24508.22.
Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 9.0.0-rtm.24508.4 to 9.0.0-rtm.24508.22.
Bumps Microsoft.AspNetCore.Authentication.Twitter from 9.0.0-rtm.24508.4 to 9.0.0-rtm.24508.22.
Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-rtm.24508.4 to 9.0.0-rtm.24508.22.
Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-rtm.24508.4 to 9.0.0-rtm.24508.22.
Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-rtm.24508.4 to 9.0.0-rtm.24508.22.
Bumps System.Text.Json from 9.0.0-rtm.24503.8 to 9.0.0-rtm.24508.14.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.Google
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Authentication.MicrosoftAccount
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Authentication.Twitter
  dependency-type: direct:production
  update-type: version-update:semver-major
- 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
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

---------

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
* Update .NET SDK

Update .NET SDK to version 9.0.100-rtm.24509.30.

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

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 9.0.100-rtm.24509.30 SDK.

Bumps Microsoft.AspNetCore.Authentication.Google from 9.0.0-rtm.24508.22 to 9.0.0-rtm.24509.6.
Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 9.0.0-rtm.24508.22 to 9.0.0-rtm.24509.6.
Bumps Microsoft.AspNetCore.Authentication.Twitter from 9.0.0-rtm.24508.22 to 9.0.0-rtm.24509.6.
Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-rtm.24508.22 to 9.0.0-rtm.24509.6.
Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-rtm.24508.22 to 9.0.0-rtm.24509.6.
Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-rtm.24508.22 to 9.0.0-rtm.24509.6.
Bumps System.Text.Json from 9.0.0-rtm.24508.14 to 9.0.0-rtm.24509.7.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.Google
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Authentication.MicrosoftAccount
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Authentication.Twitter
  dependency-type: direct:production
  update-type: version-update:semver-major
- 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
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

---------

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
* Update .NET SDK

Update .NET SDK to version 9.0.100-rtm.24512.1.

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

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 9.0.100-rtm.24512.1 SDK.

Bumps Microsoft.AspNetCore.Authentication.Google from 9.0.0-rtm.24509.6 to 9.0.0-rtm.24511.11.
Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 9.0.0-rtm.24509.6 to 9.0.0-rtm.24511.11.
Bumps Microsoft.AspNetCore.Authentication.Twitter from 9.0.0-rtm.24509.6 to 9.0.0-rtm.24511.11.
Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-rtm.24509.6 to 9.0.0-rtm.24511.11.
Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-rtm.24509.6 to 9.0.0-rtm.24511.11.
Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-rtm.24509.6 to 9.0.0-rtm.24511.11.
Bumps System.Text.Json from 9.0.0-rtm.24509.7 to 9.0.0-rtm.24511.16.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.Google
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Authentication.MicrosoftAccount
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Authentication.Twitter
  dependency-type: direct:production
  update-type: version-update:semver-major
- 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
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

---------

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
Update .NET SDK to version 9.0.100-rtm.24513.10.

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

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
costellobot and others added 3 commits October 15, 2024 10:17
* Update .NET SDK

Update .NET SDK to version 9.0.100-rtm.24514.22.

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

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 9.0.100-rtm.24514.22 SDK.

Bumps Microsoft.AspNetCore.Authentication.Google from 9.0.0-rtm.24511.11 to 9.0.0-rtm.24514.7.
Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 9.0.0-rtm.24511.11 to 9.0.0-rtm.24514.7.
Bumps Microsoft.AspNetCore.Authentication.Twitter from 9.0.0-rtm.24511.11 to 9.0.0-rtm.24514.7.
Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-rtm.24511.11 to 9.0.0-rtm.24514.7.
Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-rtm.24511.11 to 9.0.0-rtm.24514.7.
Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-rtm.24511.11 to 9.0.0-rtm.24514.7.
Bumps System.Text.Json from 9.0.0-rtm.24511.16 to 9.0.0-rtm.24514.4.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.Google
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Authentication.MicrosoftAccount
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Authentication.Twitter
  dependency-type: direct:production
  update-type: version-update:semver-major
- 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
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

---------

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
@martincostello martincostello deleted the dotnet-nightly branch October 16, 2024 15:31
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants