Thanks to visit codestin.com
Credit goes to github.com

Skip to content

System.AppDomain F# snippets #7914

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

Merged
merged 1 commit into from
Apr 5, 2022

Conversation

albert-du
Copy link
Contributor

Adds F# snippets for AppDomain, AppDomainSetup, and AppDomainUnloadedException

@albert-du albert-du requested a review from a team as a code owner April 3, 2022 17:40
@ghost ghost added the area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable. label Apr 3, 2022
@opbld30
Copy link

opbld30 commented Apr 3, 2022

Docs Build status updates of commit 3746dc0:

✅ Validation status: passed

File Status Preview URL Details
snippets/fsharp/System/AppDomain/AssemblyLoad/assemblyload.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/AssemblyLoad/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/AssemblyResolve/assemblyresolve.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/AssemblyResolve/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/BaseDirectory/adsetup.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/BaseDirectory/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/ClearPrivatePath/adclearprivatepath.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/ClearPrivatePath/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/CreateComInstanceFrom/createcominstancefrom.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/CreateComInstanceFrom/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/CreateDomain/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/CreateDomain/setup.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/CreateInstanceAndUnwrap/addyno.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/CreateInstanceAndUnwrap/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/CreateInstanceAndUnwrap/ignorecase.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/CreateInstanceAndUnwrap/source.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/CreateInstanceFrom/example.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/CreateInstanceFrom/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/CurrentDomain/adapplicationbase.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/CurrentDomain/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/DefineDynamicAssembly/definedynamicassembly.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/DefineDynamicAssembly/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/DefineDynamicAssembly/source.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/DoCallBack/docallback_byref.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/DoCallBack/docallback_byval.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/DoCallBack/docallback_static.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/DoCallBack/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/DynamicDirectory/addynamicbase.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/DynamicDirectory/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/ExecuteAssembly/executeassembly.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/ExecuteAssembly/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/FirstChanceException/example.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/FirstChanceException/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/GetAssemblies/adgetassemblies.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/GetAssemblies/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/GetData/adgetdata.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/GetData/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/Id/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/Id/source.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/IsFullyTrusted/example.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/IsFullyTrusted/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/Load/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/Load/loadraw.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/Load/source.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/Overview/AppDomainX.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/Overview/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/ReflectionOnlyGetAssemblies/fs.fsproj ✅Succeeded
snippets/fsharp/System/AppDomain/ReflectionOnlyGetAssemblies/reflectiononly.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/SetAppDomainPolicy/adsetappdomainpolicy.fs ✅Succeeded View
snippets/fsharp/System/AppDomain/SetAppDomainPolicy/fs.fsproj ✅Succeeded

This comment lists only the first 50 files in the pull request.
For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

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.

Thanks again @albert-du

These look great. I'll :shipit: now.

@BillWagner BillWagner merged commit dd55b06 into dotnet:main Apr 5, 2022
@albert-du albert-du deleted the system-appdomain-fsharp-snippets branch April 5, 2022 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants