-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 daily builds #835
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
martincostello
added
dependencies
Pull requests that update a dependency file
.NET
Pull requests that update .net code
labels
Jul 29, 2023
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #835 +/- ##
==========================================
- Coverage 97.47% 95.66% -1.81%
==========================================
Files 24 24
Lines 554 554
Branches 0 62 +62
==========================================
- Hits 540 530 -10
Misses 14 14
- Partials 0 10 +10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
martincostello
force-pushed
the
dotnet-vnext
branch
from
July 29, 2023 07:38
c566079
to
1507f55
Compare
martincostello
force-pushed
the
dotnet-nightly
branch
from
July 29, 2023 07:39
b1dad27
to
f42a708
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
August 5, 2023 15:35
1507f55
to
742b31c
Compare
martincostello
force-pushed
the
dotnet-nightly
branch
from
August 5, 2023 15:44
f42a708
to
ba7b2b9
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
August 8, 2023 16:52
3a521ba
to
cf90d33
Compare
martincostello
force-pushed
the
dotnet-nightly
branch
from
August 8, 2023 19:56
ba7b2b9
to
51d8fbf
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
August 10, 2023 09:27
e7516b4
to
338fa27
Compare
martincostello
force-pushed
the
dotnet-nightly
branch
from
August 10, 2023 12:56
04b54d2
to
73c92f6
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
August 16, 2023 10:50
338fa27
to
9e29712
Compare
martincostello
force-pushed
the
dotnet-nightly
branch
from
August 16, 2023 10:55
04e4ba9
to
eb12754
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
August 17, 2023 09:30
9e29712
to
9c6d15b
Compare
martincostello
force-pushed
the
dotnet-nightly
branch
from
August 17, 2023 09:30
e399e47
to
c5b5b8a
Compare
/deploy dev |
martincostello
force-pushed
the
dotnet-vnext
branch
from
August 30, 2023 14:13
9c6d15b
to
b6fe796
Compare
martincostello
force-pushed
the
dotnet-nightly
branch
from
August 30, 2023 14:19
7d1ca4a
to
c322fd3
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
2 times, most recently
from
September 8, 2023 11:14
d8b419c
to
ecc2245
Compare
martincostello
force-pushed
the
dotnet-nightly
branch
from
September 8, 2023 11:17
4feb692
to
a76b8b9
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
September 10, 2023 08:54
5070adf
to
9d1788d
Compare
martincostello
force-pushed
the
dotnet-nightly
branch
2 times, most recently
from
September 11, 2023 12:14
4e997af
to
952037b
Compare
martincostello
force-pushed
the
dotnet-vnext
branch
from
September 12, 2023 17:19
9d1788d
to
e081990
Compare
martincostello
force-pushed
the
dotnet-nightly
branch
3 times, most recently
from
September 12, 2023 18:46
5b7f19e
to
87a93c7
Compare
martincostello
force-pushed
the
dotnet-nightly
branch
from
September 12, 2023 19:24
87a93c7
to
dfbc417
Compare
martincostello
force-pushed
the
dotnet-nightly
branch
from
September 27, 2023 16:46
979a82a
to
ca97996
Compare
Consume the latest daily builds for .NET 8.
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23506.1. --- 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 8.0.100-rtm.23506.1 SDK. Bumps Microsoft.Extensions.DependencyInjection from 8.0.0-rc.2.23472.10 to 8.0.0-rc.2.23479.6. Bumps Microsoft.Extensions.Http from 8.0.0-rc.2.23472.10 to 8.0.0-rc.2.23479.6. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rc.2.23472.9 to 8.0.0-rc.2.23480.2. Bumps Microsoft.Extensions.Logging from 8.0.0-rc.2.23472.10 to 8.0.0-rc.2.23479.6. Bumps System.Text.Json from 8.0.0-rc.2.23472.10 to 8.0.0-rc.2.23479.6. --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging 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 <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
Update NuGet packages for RTM.
martincostello
force-pushed
the
dotnet-nightly
branch
from
October 11, 2023 13:54
9706541
to
d3d2c70
Compare
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23511.11. --- 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 8.0.100-rtm.23511.11 SDK. Bumps Microsoft.Extensions.DependencyInjection from 8.0.0-rtm.23509.5 to 8.0.0-rtm.23511.16. Bumps Microsoft.Extensions.Http from 8.0.0-rtm.23509.5 to 8.0.0-rtm.23511.16. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23502.22 to 8.0.0-rtm.23512.1. Bumps Microsoft.Extensions.Logging from 8.0.0-rtm.23509.5 to 8.0.0-rtm.23511.16. Bumps System.Text.Json from 8.0.0-rtm.23509.5 to 8.0.0-rtm.23511.16. --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging 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 <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23512.16. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23512.1 to 8.0.0-rtm.23512.20 Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23512.1 to 8.0.0-rtm.23512.20. --- updated-dependencies: - dependency-name: Microsoft.Extensions.Http.Polly 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 8.0.100-rtm.23513.4. --- 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 8.0.100-rtm.23513.4 SDK. Bumps Microsoft.Extensions.DependencyInjection from 8.0.0-rtm.23511.16 to 8.0.0-rtm.23513.17. Bumps Microsoft.Extensions.Http from 8.0.0-rtm.23511.16 to 8.0.0-rtm.23513.17. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23512.20 to 8.0.0-rtm.23513.13. Bumps Microsoft.Extensions.Logging from 8.0.0-rtm.23511.16 to 8.0.0-rtm.23513.17. Bumps System.Text.Json from 8.0.0-rtm.23511.16 to 8.0.0-rtm.23513.17. --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging 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 <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23516.5. --- 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 8.0.100-rtm.23516.5 SDK. Bumps Microsoft.Extensions.DependencyInjection from 8.0.0-rtm.23513.17 to 8.0.0-rtm.23516.15. Bumps Microsoft.Extensions.Http from 8.0.0-rtm.23513.17 to 8.0.0-rtm.23516.15. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23513.13 to 8.0.0-rtm.23516.6. Bumps Microsoft.Extensions.Logging from 8.0.0-rtm.23513.17 to 8.0.0-rtm.23516.15. Bumps System.Text.Json from 8.0.0-rtm.23513.17 to 8.0.0-rtm.23516.15. --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging 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 <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23517.25. --- 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 8.0.100-rtm.23517.25 SDK. Bumps Microsoft.Extensions.DependencyInjection from 8.0.0-rtm.23516.15 to 8.0.0-rtm.23517.16. Bumps Microsoft.Extensions.Http from 8.0.0-rtm.23516.15 to 8.0.0-rtm.23517.16. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23516.6 to 8.0.0-rtm.23517.6. Bumps Microsoft.Extensions.Logging from 8.0.0-rtm.23516.15 to 8.0.0-rtm.23517.16. Bumps System.Text.Json from 8.0.0-rtm.23516.15 to 8.0.0-rtm.23517.16. --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging 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 <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23518.33. --- 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 8.0.100-rtm.23518.33 SDK. Bumps Microsoft.Extensions.DependencyInjection from 8.0.0-rtm.23517.16 to 8.0.0-rtm.23518.26. Bumps Microsoft.Extensions.Http from 8.0.0-rtm.23517.16 to 8.0.0-rtm.23518.26. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23517.6 to 8.0.0-rtm.23518.6. Bumps Microsoft.Extensions.Logging from 8.0.0-rtm.23517.16 to 8.0.0-rtm.23518.26. Bumps System.Text.Json from 8.0.0-rtm.23517.16 to 8.0.0-rtm.23518.26. --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging 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 <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23519.30. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Bump Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23518.6 to 8.0.0-rtm.23519.14 Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23518.6 to 8.0.0-rtm.23519.14. --- updated-dependencies: - dependency-name: Microsoft.Extensions.Http.Polly 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 8.0.100-rtm.23520.38. --- 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 8.0.100-rtm.23520.38 SDK. Bumps Microsoft.Extensions.DependencyInjection from 8.0.0-rtm.23518.26 to 8.0.0-rtm.23520.16. Bumps Microsoft.Extensions.Http from 8.0.0-rtm.23518.26 to 8.0.0-rtm.23520.16. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23519.14 to 8.0.0-rtm.23520.10. Bumps Microsoft.Extensions.Logging from 8.0.0-rtm.23518.26 to 8.0.0-rtm.23520.16. Bumps System.Text.Json from 8.0.0-rtm.23518.26 to 8.0.0-rtm.23520.16. --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging 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 <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
Update .NET SDK to version 8.0.100-rtm.23522.1. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]>
* Update .NET SDK Update .NET SDK to version 8.0.100-rtm.23523.2. --- 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 8.0.100-rtm.23523.2 SDK. Bumps Microsoft.Extensions.DependencyInjection from 8.0.0-rtm.23520.16 to 8.0.0-rtm.23523.3. Bumps Microsoft.Extensions.Http from 8.0.0-rtm.23520.16 to 8.0.0-rtm.23523.3. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23520.10 to 8.0.0-rtm.23523.8. Bumps Microsoft.Extensions.Logging from 8.0.0-rtm.23520.16 to 8.0.0-rtm.23523.3. Bumps System.Text.Json from 8.0.0-rtm.23520.16 to 8.0.0-rtm.23523.3. --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Http.Polly dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging 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 <[email protected]> --------- Signed-off-by: costellobot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update to the latest daily build of .NET 8.