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

Merge main into live #44430

Merged
merged 15 commits into from
Jan 18, 2025
Merged

Merge main into live #44430

merged 15 commits into from
Jan 18, 2025

Conversation

dotnet-policy-service[bot]
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Jan 18, 2025

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/additional-tools/dotnet-coverage.md docs/core/additional-tools/dotnet-coverage
docs/core/testing/mstest-analyzers/mstest0002.md docs/core/testing/mstest-analyzers/mstest0002
docs/core/testing/mstest-analyzers/mstest0003.md docs/core/testing/mstest-analyzers/mstest0003
docs/core/testing/mstest-analyzers/mstest0004.md docs/core/testing/mstest-analyzers/mstest0004
docs/core/testing/mstest-analyzers/mstest0005.md docs/core/testing/mstest-analyzers/mstest0005
docs/core/testing/mstest-analyzers/mstest0006.md docs/core/testing/mstest-analyzers/mstest0006
docs/core/testing/mstest-analyzers/mstest0007.md docs/core/testing/mstest-analyzers/mstest0007
docs/core/testing/mstest-analyzers/mstest0008.md docs/core/testing/mstest-analyzers/mstest0008
docs/core/testing/mstest-analyzers/mstest0009.md docs/core/testing/mstest-analyzers/mstest0009
docs/core/testing/mstest-analyzers/mstest0010.md docs/core/testing/mstest-analyzers/mstest0010
docs/core/testing/mstest-analyzers/mstest0011.md docs/core/testing/mstest-analyzers/mstest0011
docs/core/testing/mstest-analyzers/mstest0012.md docs/core/testing/mstest-analyzers/mstest0012
docs/core/testing/mstest-analyzers/mstest0013.md docs/core/testing/mstest-analyzers/mstest0013
docs/core/testing/mstest-analyzers/mstest0014.md docs/core/testing/mstest-analyzers/mstest0014
docs/core/testing/mstest-analyzers/mstest0015.md docs/core/testing/mstest-analyzers/mstest0015
docs/core/testing/mstest-analyzers/mstest0016.md docs/core/testing/mstest-analyzers/mstest0016
docs/core/testing/mstest-analyzers/mstest0017.md docs/core/testing/mstest-analyzers/mstest0017
docs/core/testing/mstest-analyzers/mstest0018.md docs/core/testing/mstest-analyzers/mstest0018
docs/core/testing/mstest-analyzers/mstest0019.md docs/core/testing/mstest-analyzers/mstest0019
docs/core/testing/mstest-analyzers/mstest0020.md docs/core/testing/mstest-analyzers/mstest0020
docs/core/testing/mstest-analyzers/mstest0021.md docs/core/testing/mstest-analyzers/mstest0021
docs/core/testing/mstest-analyzers/mstest0022.md docs/core/testing/mstest-analyzers/mstest0022
docs/core/testing/mstest-analyzers/mstest0023.md docs/core/testing/mstest-analyzers/mstest0023
docs/core/testing/mstest-analyzers/mstest0024.md docs/core/testing/mstest-analyzers/mstest0024
docs/csharp/fundamentals/coding-style/coding-conventions.md docs/csharp/fundamentals/coding-style/coding-conventions
docs/csharp/language-reference/preprocessor-directives.md docs/csharp/language-reference/preprocessor-directives
docs/csharp/linq/get-started/write-linq-queries.md docs/csharp/linq/get-started/write-linq-queries
docs/csharp/programming-guide/classes-and-structs/constructors.md docs/csharp/programming-guide/classes-and-structs/constructors
docs/csharp/programming-guide/classes-and-structs/using-constructors.md docs/csharp/programming-guide/classes-and-structs/using-constructors
docs/orleans/grains/timers-and-reminders.md docs/orleans/grains/timers-and-reminders

Note

This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

Youssef1313 and others added 15 commits January 17, 2025 15:58
…uild.props (#44412)

* Update dotnet test integration doc to point out to use of Directory.Build.props

* Update docs/core/testing/unit-testing-platform-integration-dotnet-test.md

---------

Co-authored-by: Bill Wagner <[email protected]>
respond to internal feedback.

The code is VB, but it's labelled as C#.
* Fix open issues

- Fixes #40074:  Move the include for preprocessor symbols up to the beginning of the section on conditional compilation.
- Fixes #36053: Add a section on the `#pragma warning disable format` and `pragma warning enable format`.

* edit pass

Perform an edit pass. Update the descriptions of nullable pragmas to match the standard.

* ling issue
* Update dotnet-coverage docs. Adding uninstrument command

* fix,

* Adding links to Micrsoft Code Coverage

* fixing lint,

---------

Co-authored-by: faisal <[email protected]>
* MSTest analyzers: document suppressing warning

* Suppressors cannot be suppressed
* Fix small open issues.

- #33341 already addressed in #36428.
- Fixes #37294: Add text that the shortened format is valid only when the runtime type matches the variable type.
- Fixes #37295: Don't use `ID` in the sample.
- Fixes #37296: Fix nullable warnings. Other issue comments are incorrect.
- Fixes #41748: Change the sample so the constructor is relevant.
- Fixes #42858: Add an explanation on declaring variables in top level statements.

* Remaining open issues

- Fixes #43838: Add notes for collection expressions and using primary constructors. Include naming recommendations.
- Fixes #43839  Update the overview of constructors to include information on primary constructors.

* Code review for style

Fix any style issues with the current code.

* Final edit pass

I also caught a couple sample bits that I'd neglected in the previous commit.

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

---------

Co-authored-by: Genevieve Warren <[email protected]>
* New auth best practices doc


---------

Co-authored-by: Christopher Scott <[email protected]>
Co-authored-by: Scott Addie <[email protected]>
* Fix open issues

- Fixes #43760: Update where clause to filter out some values. Update output comment.
- Fixes #43765:  Update `let` statement so the query result isn't empty.
- Fixes #43766: Update query parameters so the result set isn't empty.
- Fixes #43768: Add sample data
- Fixes #43790: Audit all samples in this article and ensure all have output.
- Fixes #43809:  Update samples to include the data sources.

While doing this, update the project to .NET 9

* Review and update code.

Hide whitespace for this commit. It's mostly formatting changes.

* Edit pass.

Grammar and edit pass.

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

---------

Co-authored-by: Genevieve Warren <[email protected]>
the level for alloctick events is incorrect.
…endors being required (#44395)

* Mention the manual .NET 1.1 install instead of vendor required

* Remove the out-of-place migration link

The same link is already added to the 'See also' section, so it is not
reuired to be left in the original text, especially being out of context
when the previous part has changed.

* Update docs/framework/install/run-net-framework-1-1-apps.md

---------

Co-authored-by: Andy (Steve) De George <[email protected]>
* Recommend MS's MWA first

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

---------

Co-authored-by: Genevieve Warren <[email protected]>
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@dotnetrepoman dotnetrepoman bot added this to the January 2025 milestone Jan 18, 2025
@dotnet-policy-service dotnet-policy-service bot merged commit 0e18bda into live Jan 18, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.