Skip to content

Conversation

dotnet-policy-service[bot]
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Jul 30, 2025

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/dependency-loading/default-probing.md docs/core/dependency-loading/default-probing
docs/core/tools/dotnet-environment-variables.md docs/core/tools/dotnet-environment-variables
docs/core/unmanaged-api/metadata/enumerations/corassemblyflags-enumeration.md docs/core/unmanaged-api/metadata/enumerations/corassemblyflags-enumeration
docs/core/unmanaged-api/metadata/enumerations/cordeclsecurity-enumeration.md docs/core/unmanaged-api/metadata/enumerations/cordeclsecurity-enumeration
docs/core/unmanaged-api/metadata/enumerations/corerrorifemitoutoforder-enumeration.md docs/core/unmanaged-api/metadata/enumerations/corerrorifemitoutoforder-enumeration
docs/core/unmanaged-api/metadata/enumerations/corimportoptions-enumeration.md docs/core/unmanaged-api/metadata/enumerations/corimportoptions-enumeration
docs/core/unmanaged-api/metadata/enumerations/cormethodattr-enumeration.md docs/core/unmanaged-api/metadata/enumerations/cormethodattr-enumeration
docs/core/unmanaged-api/metadata/enumerations/cormethodimpl-enumeration.md docs/core/unmanaged-api/metadata/enumerations/cormethodimpl-enumeration
docs/core/unmanaged-api/metadata/enumerations/cormethodsemanticsattr-enumeration.md docs/core/unmanaged-api/metadata/enumerations/cormethodsemanticsattr-enumeration
docs/core/unmanaged-api/metadata/enumerations/cornotificationfortokenmovement-enumeration.md docs/core/unmanaged-api/metadata/enumerations/cornotificationfortokenmovement-enumeration
docs/core/unmanaged-api/metadata/enumerations/coropenflags-enumeration.md docs/core/unmanaged-api/metadata/enumerations/coropenflags-enumeration
docs/core/unmanaged-api/metadata/enumerations/corpinvokemap-enumeration.md docs/core/unmanaged-api/metadata/enumerations/corpinvokemap-enumeration
docs/core/unmanaged-api/metadata/enumerations/corsetenc-enumeration.md docs/core/unmanaged-api/metadata/enumerations/corsetenc-enumeration
docs/core/unmanaged-api/metadata/enumerations/cortypeattr-enumeration.md docs/core/unmanaged-api/metadata/enumerations/cortypeattr-enumeration
docs/core/unmanaged-api/metadata/enumerations/corvalidatormoduletype-enumeration.md docs/core/unmanaged-api/metadata/enumerations/corvalidatormoduletype-enumeration
docs/core/unmanaged-api/metadata/interfaces/imetadataassemblyemit-interface.md docs/core/unmanaged-api/metadata/interfaces/imetadataassemblyemit-interface
docs/core/unmanaged-api/metadata/interfaces/imetadataassemblyimport-interface.md docs/core/unmanaged-api/metadata/interfaces/imetadataassemblyimport-interface
docs/core/unmanaged-api/metadata/interfaces/imetadatadispenserex-setoption-method.md docs/core/unmanaged-api/metadata/interfaces/imetadatadispenserex-setoption-method
docs/core/unmanaged-api/metadata/interfaces/imetadataemit-interface.md docs/core/unmanaged-api/metadata/interfaces/imetadataemit-interface
docs/core/unmanaged-api/metadata/interfaces/imetadataimport-interface.md docs/core/unmanaged-api/metadata/interfaces/imetadataimport-interface
docs/core/unmanaged-api/metadata/interfaces/imetadataimport2-interface.md docs/core/unmanaged-api/metadata/interfaces/imetadataimport2-interface
docs/core/unmanaged-api/metadata/interfaces/imetadatatables-interface.md docs/core/unmanaged-api/metadata/interfaces/imetadatatables-interface
docs/core/unmanaged-api/metadata/structures/assemblymetadata-structure.md docs/core/unmanaged-api/metadata/structures/assemblymetadata-structure
docs/core/unmanaged-api/profiling/cor-prf-eventpipe-level-enumeration.md docs/core/unmanaged-api/profiling/cor-prf-eventpipe-level-enumeration
docs/core/unmanaged-api/profiling/cor-prf-eventpipe-param-type-enumeration.md docs/core/unmanaged-api/profiling/cor-prf-eventpipe-param-type-enumeration
docs/core/unmanaged-api/profiling/icorprofilerinfo12-interface.md docs/core/unmanaged-api/profiling/icorprofilerinfo12-interface
docs/csharp/misc/cs1031.md docs/csharp/misc/cs1031
docs/framework/performance/how-to-perform-lazy-initialization-of-objects.md docs/framework/performance/how-to-perform-lazy-initialization-of-objects
docs/framework/unmanaged-api/profiling/icorprofilerinfo8-interface.md docs/framework/unmanaged-api/profiling/icorprofilerinfo8-interface
docs/fsharp/language-reference/compiler-directives.md docs/fsharp/language-reference/compiler-directives

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.

Copilot AI and others added 15 commits July 29, 2025 10:41
* Initial plan

* Add documentation for MSTEST0050 analyzer rule

Co-authored-by: Youssef1313 <[email protected]>

* Fix MSTEST0050 default severity and code fix properties

Co-authored-by: Youssef1313 <[email protected]>

* Update MSTEST0050 documentation based on reviewer feedback

- Change attribute names from AssemblyInitialize/AssemblyCleanup to GlobalTestInitialize/GlobalTestCleanup
- Replace general violations list with specific method requirements
- Simplify the "How to fix violations" section
- Update usage-rules.md for consistency

Co-authored-by: Youssef1313 <[email protected]>

* Address reviewer feedback on MSTEST0050 documentation

Co-authored-by: Youssef1313 <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: Youssef1313 <[email protected]>
Fix a small typo reported via UUF
* update for RFC FS-1146 (scoped nowarn)
and  for extended if grammar

* Update docs/fsharp/language-reference/compiler-directives.md

Co-authored-by: Tomas Grosup <[email protected]>

* removed empty line (for the linter)

* more details on warn directives

* fixed link

* fixed the fix

* sorry, yet another correction

---------

Co-authored-by: Tomas Grosup <[email protected]>
* Update the CS1031 page and remove not needed code

* Improve the code example and emphasize on the type parameter
…cumentation (#47581)

* Initial plan

* Clarify ClassCleanupBehavior.EndOfClass usage syntax

Co-authored-by: Youssef1313 <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: Youssef1313 <[email protected]>
* Initial plan

* Fix async method naming: rename GetDotNetCount to GetDotNetCountAsync

Co-authored-by: gewarren <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: gewarren <[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 July 2025 milestone Jul 30, 2025
@dotnet-policy-service dotnet-policy-service bot merged commit 7679759 into live Jul 30, 2025
24 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.

7 participants