Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ChiangFamily
/
PowerShell
Public
forked from
PowerShell/PowerShell
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
PowerShell
src
Microsoft.PowerShell.CoreCLR.AssemblyLoadContext
on
master
User selector
All users
All time
Commit history
Commits on Aug 26, 2016
Spelling comments (#2066)
Show description for eb3fd7a
jsoref
authored and
lzybkr
committed
eb3fd7a
View commit details
Copy full SHA for eb3fd7a
View code at this point
Browse repository at this point
Commits on Aug 23, 2016
Adding debugType portable to project.json. (#1959)
Show description for c829d9e
adamdriscoll
authored and
daxian-dbw
committed
c829d9e
View commit details
Copy full SHA for c829d9e
View code at this point
Browse repository at this point
Commits on Aug 4, 2016
Make the assembly version of AssemblyLoadContext.dll to be 3.0.0.0, so that the ALC.dll from OPS can work with existing native hosts in NanoServer
daxian-dbw
committed
43bda97
View commit details
Copy full SHA for 43bda97
View code at this point
Browse repository at this point
Commits on Aug 1, 2016
Initial run of code formatter
Show description for 403ae3f
PowerShellTeam
authored and
lzybkr
committed
403ae3f
View commit details
Copy full SHA for 403ae3f
View code at this point
Browse repository at this point
Commits on Jul 25, 2016
Add WSManPluginWrapper to AssemblyLoadContext
Show description for a1c7d12
andyleejordan
committed
a1c7d12
View commit details
Copy full SHA for a1c7d12
View code at this point
Browse repository at this point
Commits on Jul 22, 2016
Change preprocessor macro LINUX to UNIX
lzybkr
committed
673dd2c
View commit details
Copy full SHA for 673dd2c
View code at this point
Browse repository at this point
Commits on Jul 19, 2016
Enable XML documentation generation
Show description for b6f26ad
andyleejordan
committed
b6f26ad
View commit details
Copy full SHA for b6f26ad
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
Move the most recent changes about the ALC from SD to Github
daxian-dbw
committed
da7f6ba
View commit details
Copy full SHA for da7f6ba
View code at this point
Browse repository at this point
Commits on Jun 29, 2016
Filter Assembly.Load requests to let the default context load TPAs
daxian-dbw
authored and
andyleejordan
committed
297eda9
View commit details
Copy full SHA for 297eda9
View code at this point
Browse repository at this point
Filter runtime assemblies out of custom context
andyleejordan
committed
2360d1e
View commit details
Copy full SHA for 2360d1e
View code at this point
Browse repository at this point
Update ALC to work in publish scenario
daxian-dbw
authored and
andyleejordan
committed
03c9958
View commit details
Copy full SHA for 03c9958
View code at this point
Browse repository at this point
Fix it for 'dotnet build' scenario
daxian-dbw
authored and
andyleejordan
committed
ca28391
View commit details
Copy full SHA for ca28391
View code at this point
Browse repository at this point
Make AssemblyLoadContext a singleton and refactor
daxian-dbw
authored and
andyleejordan
committed
66dcd00
View commit details
Copy full SHA for 66dcd00
View code at this point
Browse repository at this point
Remove TPA list work-around
andyleejordan
committed
fdfd02c
View commit details
Copy full SHA for fdfd02c
View code at this point
Browse repository at this point
Assert basePaths was not null
andyleejordan
committed
c58c7d3
View commit details
Copy full SHA for c58c7d3
View code at this point
Browse repository at this point
Mimic InitializeDefaultLoadContext
andyleejordan
committed
6356a5a
View commit details
Copy full SHA for 6356a5a
View code at this point
Browse repository at this point
Commits on Jun 28, 2016
gitignore CorePsTypeCatalog.cs
Sergei Vorobev
committed
05a703f
View commit details
Copy full SHA for 05a703f
View code at this point
Browse repository at this point
Use Start-TypeGen to generate type catalog dynamically
andyleejordan
committed
5e3150f
View commit details
Copy full SHA for 5e3150f
View code at this point
Browse repository at this point
Commits on Jun 27, 2016
Update type catalog without MMI
andyleejordan
committed
36df477
View commit details
Copy full SHA for 36df477
View code at this point
Browse repository at this point
Update CorePsTypeCatalog for new packages
andyleejordan
committed
8be714f
View commit details
Copy full SHA for 8be714f
View code at this point
Browse repository at this point
Bump framework to netstandard1.6
Show description for 000206a
andyleejordan
committed
000206a
View commit details
Copy full SHA for 000206a
View code at this point
Browse repository at this point
Update to .NET Core 1.0 packages
andyleejordan
committed
10ea173
View commit details
Copy full SHA for 10ea173
View code at this point
Browse repository at this point
Commits on Jun 17, 2016
Merge pull request #1140 from PowerShell/vors/typegen
Show description for cfb8765
vors
authored
cfb8765
View commit details
Copy full SHA for cfb8765
View code at this point
Browse repository at this point
Add Start-TypeGen
Show description for b374e2f
Sergei Vorobev
committed
b374e2f
View commit details
Copy full SHA for b374e2f
View code at this point
Browse repository at this point
Add new file AssemblyMetadataHelper.cs from [SD:715912]
Show description for 67ef887
PowerShellTeam
authored and
Sergei Vorobev
committed
67ef887
View commit details
Copy full SHA for 67ef887
View code at this point
Browse repository at this point
Update map.json with AssemblyMetadataHelper.cs
Sergei Vorobev
committed
90e14b4
View commit details
Copy full SHA for 90e14b4
View code at this point
Browse repository at this point
Remove authors section from product project.json
Sergei Vorobev
committed
713ddfd
View commit details
Copy full SHA for 713ddfd
View code at this point
Browse repository at this point
Commits on Jun 16, 2016
Downgrade packages to build 24027
Show description for 9375b1f
andyleejordan
committed
9375b1f
View commit details
Copy full SHA for 9375b1f
View code at this point
Browse repository at this point
Sign all assemblies with key
andyleejordan
committed
8e7c2ca
View commit details
Copy full SHA for 8e7c2ca
View code at this point
Browse repository at this point
Commits on Jun 14, 2016
Add new map.json files
Sergei Vorobev
committed
85e2ecd
View commit details
Copy full SHA for 85e2ecd
View code at this point
Browse repository at this point
Commits on Jun 10, 2016
Rename compilationOptions to buildOptions in project.json files
Show description for e305630
andyleejordan
committed
e305630
View commit details
Copy full SHA for e305630
View code at this point
Browse repository at this point
Commits on May 31, 2016
Revert ALC rename
andyleejordan
committed
9fbb63c
View commit details
Copy full SHA for 9fbb63c
View code at this point
Browse repository at this point
Commits on May 24, 2016
Rename PowerShellAssemblyLoadContext to PowerShellAssemblyLoader
Show description for ef9a37d
jkotas
authored and
andyleejordan
committed
ef9a37d
View commit details
Copy full SHA for ef9a37d
View code at this point
Browse repository at this point
Switch from AssemblyLoadContext.InitializeDefaultContext to AssemblyLoadContext.Resolving event
Show description for 44ba0bb
jkotas
authored and
andyleejordan
committed
44ba0bb
View commit details
Copy full SHA for 44ba0bb
View code at this point
Browse repository at this point
Commits on May 4, 2016
Update .NET Core from build 24022 to 24103
andyleejordan
committed
cf1455f
View commit details
Copy full SHA for cf1455f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.