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

Update .NET SDK to 9.0.100 #585

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

costellobot
Copy link
Collaborator

Updates the .NET SDK to version 9.0.100, which also updates the .NET runtime from version 9.0.0-rc.2.24473.5 to version 9.0.0.

This release includes fixes for the following security issue(s):

This pull request was auto-generated by GitHub Actions.

Update .NET SDK to version 9.0.100.

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

Signed-off-by: costellobot <[email protected]>
@costellobot costellobot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 12, 2024
Copy link
Contributor

@costellobot costellobot bot left a comment

Choose a reason for hiding this comment

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

Auto-approving dependency update.

@costellobot costellobot bot enabled auto-merge (squash) November 12, 2024 21:41
@costellobot costellobot bot merged commit 9663131 into dotnet-vnext Nov 12, 2024
7 checks passed
@costellobot costellobot bot deleted the update-dotnet-sdk-9.0.100 branch November 12, 2024 21:48
martincostello added a commit that referenced this pull request Nov 12, 2024
* Update to .NET 9 preview 1

Update to preview 1 of .NET 9.

* Use Index()

Use the new `Index()` method.

* Update .NET SDK (#367)

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]>

* Update .NET SDK (#396)

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]>

* Update .NET SDK (#430)

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]>

* Use C# 13

Set `LangVersion=preview` to use C# 13.

* Add batch files for testing

Add batch files to launch Visual Studio (Code) with the locally installed .NET SDK version for use with daily builds.

* Disable rule with ruleset
Disable CA1515 in the ruleset file rather than with NoWarn.

* Update .NET SDK (#455)

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]>

* Update .NET SDK (#474)

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]>

* Use System.Threading.Lock

Use `System.Threading.Lock` instead of an object to resolve `IDE0330` warning in .NET 9 preview 7.

* Update to .NET 9 preview 7

Update to preview 7 of .NET 9.

* Revert to LangVersion latest

Revert back to using the latest version of C# instead of preview.

* Update .NET SDK (#548)

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]>

* Remove CS9057

Remove CS9057 suppression.

* Refactor puzzle 59 with span (#553)

Refactor puzzle 59 to operate on spans of characters.

* Narrow search (#554)

Search for the unique word "Euler" rather than for common words.

* Use Split()

Use the `ReadOnlySpan<T>.Split(char)` method to see if that's better than manual coding.

* Simplify loop

- Remove local method.
- Use a single variable.

* Use ReadOnlySpan<char>.Split() (#557)

- Treat some strings as spans and use their `Split()` method.
- Use `string.Join(char)`.
- Rename variable to theta symbol.

* Update .NET SDK (#573)

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

---
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 (#585)

Update .NET SDK to version 9.0.100.

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

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

---------

Signed-off-by: costellobot <[email protected]>
Co-authored-by: costellobot <[email protected]>
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.

1 participant