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

Use CIL instead of MSIL #40554

Merged
merged 2 commits into from
Apr 19, 2024
Merged

Use CIL instead of MSIL #40554

merged 2 commits into from
Apr 19, 2024

Conversation

gewarren
Copy link
Contributor

@gewarren gewarren commented Apr 18, 2024

Fixes #40170

(Hide whitespace changes.)


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/csharp/programming-guide/classes-and-structs/static-classes-and-static-class-members.md Static Classes and Static Class Members (C# Programming Guide)
docs/framework/64-bit-apps.md "64-bit Applications"
docs/framework/app-domains/working-with-assemblies-and-the-gac.md Working with Assemblies and the Global Assembly Cache
docs/framework/interop/default-marshalling-for-arrays.md docs/framework/interop/default-marshalling-for-arrays
docs/framework/performance/clr-etw-events.md CLR ETW Events
docs/framework/tools/mdbg-exe.md "MDbg.exe (.NET Framework Command-Line Debugger)"
docs/framework/tools/peverify-exe-peverify-tool.md Peverify.exe (PEVerify tool)
docs/framework/unmanaged-api/debugging/cor-il-map-structure.md docs/framework/unmanaged-api/debugging/cor-il-map-structure
docs/framework/unmanaged-api/debugging/cordebugmappingresult-enumeration.md CorDebugMappingResult Enumeration
docs/framework/unmanaged-api/debugging/debugging-interfaces.md "Debugging Interfaces"
docs/framework/unmanaged-api/debugging/icordebugcode-getiltonativemapping-method.md ICorDebugCode::GetILToNativeMapping Method
docs/framework/unmanaged-api/debugging/icordebugmanagedcallback2-exception-method.md docs/framework/unmanaged-api/debugging/icordebugmanagedcallback2-exception-method
docs/framework/unmanaged-api/debugging/icordebugmanagedcallback2-functionremapopportunity-method.md ICorDebugManagedCallback2::FunctionRemapOpportunity Method
docs/framework/unmanaged-api/debugging/icordebugmodule2-applychanges-method.md "ICorDebugModule2::ApplyChanges Method"
docs/framework/unmanaged-api/debugging/icordebugprocess-readmemory-method.md ICorDebugProcess::ReadMemory Method
docs/framework/unmanaged-api/debugging/icordebugstepper-interface.md docs/framework/unmanaged-api/debugging/icordebugstepper-interface
docs/framework/unmanaged-api/diagnostics/isymunmanagedmethod-getranges-method.md ISymUnmanagedMethod::GetRanges Method
docs/framework/unmanaged-api/diagnostics/isymunmanagedmethod-getsequencepoints-method.md ISymUnmanagedMethod::GetSequencePoints Method
docs/framework/unmanaged-api/hosting/iclrprobingassemblyenum-get-method.md "ICLRProbingAssemblyEnum::Get Method"
docs/framework/unmanaged-api/hosting/iclrvalidator-validate-method.md ICLRValidator::Validate Method
docs/framework/unmanaged-api/hosting/ivalidator-validate-method.md docs/framework/unmanaged-api/hosting/ivalidator-validate-method
docs/framework/unmanaged-api/metadata/cormethodimpl-enumeration.md CorMethodImpl Enumeration
docs/framework/unmanaged-api/profiling/icorprofilerinfo-getilfunctionbody-method.md ICorProfilerInfo::GetILFunctionBody Method
docs/framework/unmanaged-api/profiling/icorprofilerinfo-getiltonativemapping-method.md ICorProfilerInfo::GetILToNativeMapping Method
docs/framework/unmanaged-api/profiling/icorprofilerinfo-interface.md "ICorProfilerInfo Interface"
docs/framework/unmanaged-api/profiling/icorprofilerinfo2-getcodeinfo2-method.md ICorProfilerInfo2::GetCodeInfo2 Method
docs/framework/unmanaged-api/profiling/icorprofilerinfo3-requestprofilerdetach-method.md ICorProfilerInfo3::RequestProfilerDetach Method
docs/framework/unmanaged-api/profiling/icorprofilerinfo4-getiltonativemapping2-method.md docs/framework/unmanaged-api/profiling/icorprofilerinfo4-getiltonativemapping2-method
docs/standard/data/xml/script-blocks-using-msxsl-script.md Script Blocks Using msxsl:script
docs/visual-basic/programming-guide/concepts/expression-trees/index.md "Expression Trees"

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.

Copy link
Member

@tommcdon tommcdon left a comment

Choose a reason for hiding this comment

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

Diagnostic changes LGTM, thanks!

Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

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

This LGTM as well

@gewarren gewarren merged commit c6f31c7 into dotnet:main Apr 19, 2024
8 checks passed
@gewarren gewarren deleted the msil branch April 19, 2024 15:53
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.

Use CIL instead of MSIL
6 participants