-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Blazor eBook Net6 Updates #27439
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
Closed
ardalis
wants to merge
38
commits into
dotnet:blazor-ebook-net6
from
ardalis:ardalis/blazor-ebook-net6
Closed
Blazor eBook Net6 Updates #27439
ardalis
wants to merge
38
commits into
dotnet:blazor-ebook-net6
from
ardalis:ardalis/blazor-ebook-net6
Conversation
This file contains hidden or 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
* Update cs5001.md (dotnet#27080) * Update cs5001.md * Update docs/csharp/misc/cs5001.md Co-authored-by: David Pine <david.pine@microsoft.com> * Remove redundant nullable operator (dotnet#27023) * Remove redundant nullable operator Remove redundant nullable operator for reference type. String is a reference type and always nullable, * Make undesired error more clear Co-authored-by: Bill Wagner <wiwagn@microsoft.com> Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * update version * fix typo Co-authored-by: Machiel visser <16868513+machielvisser@users.noreply.github.com> Co-authored-by: David Pine <david.pine@microsoft.com> Co-authored-by: Artur Khutak <rd.artyrchik@gmail.com> Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
changed short description to shortDescription in the comments to avoid confusion.
…dotnet#27040) * Add details about overloading == and != operators * Apply suggestions from code review Co-authored-by: Tom Dykstra <tdykstra@microsoft.com> Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
When the code sample `InsertNewlinesEveryTenTextElements` is run, the first newline is 11 characters long when it is meant to be 10. This commit fixes that by making the `textElementCount` start at 1.
* Update linux-fedora.md * Update linux-fedora.md
Facts cannot be stated in an imperative form. Otherwise, I would call it a "tip".
…#27089) * Code style * Update usings.cs
* Add with-expressions to anonymous types Fixes dotnet#26770 With-expressions can be used with anonymous types. * code review
Bumps [Humanizer](https://github.com/Humanizr/Humanizer) from 2.11.10 to 2.13.14. - [Release notes](https://github.com/Humanizr/Humanizer/releases) - [Changelog](https://github.com/Humanizr/Humanizer/blob/main/release_notes.md) - [Commits](Humanizr/Humanizer@v2.11.10...v2.13.14) --- updated-dependencies: - dependency-name: Humanizer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…otnet#27118) * Update ExampleAsyncDisposable.cs * Update ExampleConjunctiveDisposable.cs
* Add documentation for CA2255 (new in .NET 6) * Address pr feedback
* acrolinx * fix link
* Blazor Hot Reload section * fixing hot to Hot * Apply suggestions from code review Co-authored-by: David Pine <david.pine@microsoft.com> Co-authored-by: David Pine <david.pine@microsoft.com>
6cdabf0 to
890e99b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Minor revisions