File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
reference/docs-conceptual/dev-cross-plat Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -875,7 +875,7 @@ jumping off points:
875875- [ .NET Framework: Best practices for assembly loading] [ 24 ]
876876- [ .NET Framework: How the runtime locates assemblies] [ 25 ]
877877- [ .NET Framework: Resolve assembly loads] [ 26 ]
878- - [ StackOverflow : Assembly binding redirect, how and why?] [ 27 ]
878+ - [ Stack Overflow : Assembly binding redirect, how and why?] [ 27 ]
879879- [ PowerShell: Discussion about implementing AssemblyLoadContexts] [ 28 ]
880880- [ PowerShell: ` Assembly.LoadFile() ` doesn't load into default AssemblyLoadContext] [ 29 ]
881881- [ Rick Strahl: When does a .NET assembly dependency get loaded?] [ 30 ]
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ finally
229229It's possible to configure PowerShell to use a given encoding more generally using profile settings.
230230See the following articles:
231231
232- - @mklement0 's [ answer about PowerShell encoding on StackOverflow ] [ 21 ] .
232+ - @mklement0 's [ answer about PowerShell encoding on Stack Overflow ] [ 21 ] .
233233- @rkeithhill 's [ blog post about dealing with BOM-less UTF-8 input in PowerShell] [ 20 ] .
234234
235235It's not possible to force PowerShell to use a specific input encoding. PowerShell 5.1 and below,
@@ -315,7 +315,7 @@ There are a few other nice posts on encoding and configuring encoding in PowerSh
315315read:
316316
317317- [ about_Character_Encoding] [ 01 ]
318- - @mklement0 's [ summary of PowerShell encoding on StackOverflow ] [ 22 ]
318+ - @mklement0 's [ summary of PowerShell encoding on Stack Overflow ] [ 22 ]
319319- Previous issues opened on VS Code-PowerShell for encoding problems:
320320 - [ #1308 ] [ 12 ]
321321 - [ #1628 ] [ 13 ]
You can’t perform that action at this time.
0 commit comments