Created
March 3, 2024 00:14
-
-
Save ihaveamac/b3a1272fc57ccad699f24b8b14f415df to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/6swv2fhsfcdbrzf4xnyrm5nzk55yp7p6-powershell-7.4.1 | |
├── bin | |
│ └── pwsh | |
└── share | |
└── powershell | |
├── JetBrains.Annotations.dll | |
├── Json.More.dll | |
├── JsonPointer.Net.dll | |
├── JsonSchema.Net.dll | |
├── LICENSE.txt | |
├── Markdig.Signed.dll | |
├── Microsoft.ApplicationInsights.dll | |
├── Microsoft.Bcl.AsyncInterfaces.dll | |
├── Microsoft.CSharp.dll | |
├── Microsoft.CodeAnalysis.CSharp.dll | |
├── Microsoft.CodeAnalysis.dll | |
├── Microsoft.Extensions.ObjectPool.dll | |
├── Microsoft.Management.Infrastructure.dll | |
├── Microsoft.PowerShell.Commands.Management.dll | |
├── Microsoft.PowerShell.Commands.Management.xml | |
├── Microsoft.PowerShell.Commands.Utility.dll | |
├── Microsoft.PowerShell.Commands.Utility.xml | |
├── Microsoft.PowerShell.ConsoleHost.dll | |
├── Microsoft.PowerShell.ConsoleHost.xml | |
├── Microsoft.PowerShell.MarkdownRender.dll | |
├── Microsoft.PowerShell.SDK.dll | |
├── Microsoft.PowerShell.SDK.xml | |
├── Microsoft.PowerShell.Security.dll | |
├── Microsoft.PowerShell.Security.xml | |
├── Microsoft.VisualBasic.Core.dll | |
├── Microsoft.VisualBasic.dll | |
├── Microsoft.Win32.Primitives.dll | |
├── Microsoft.Win32.Registry.AccessControl.dll | |
├── Microsoft.Win32.Registry.dll | |
├── Microsoft.Win32.SystemEvents.dll | |
├── Modules | |
│ ├── Microsoft.PowerShell.Archive | |
│ │ ├── Microsoft.PowerShell.Archive.cat | |
│ │ ├── Microsoft.PowerShell.Archive.psd1 | |
│ │ ├── Microsoft.PowerShell.Archive.psm1 | |
│ │ └── en-US | |
│ │ └── ArchiveResources.psd1 | |
│ ├── Microsoft.PowerShell.Host | |
│ │ └── Microsoft.PowerShell.Host.psd1 | |
│ ├── Microsoft.PowerShell.Management | |
│ │ └── Microsoft.PowerShell.Management.psd1 | |
│ ├── Microsoft.PowerShell.PSResourceGet | |
│ │ ├── LICENSE | |
│ │ ├── Microsoft.PowerShell.PSResourceGet.dll | |
│ │ ├── Microsoft.PowerShell.PSResourceGet.psd1 | |
│ │ ├── Microsoft.PowerShell.PSResourceGet.psm1 | |
│ │ ├── Notice.txt | |
│ │ ├── PSGet.Format.ps1xml | |
│ │ ├── _manifest | |
│ │ │ └── spdx_2.2 | |
│ │ │ ├── bsi.json | |
│ │ │ ├── manifest.cat | |
│ │ │ ├── manifest.spdx.json | |
│ │ │ └── manifest.spdx.json.sha256 | |
│ │ └── dependencies | |
│ │ ├── Microsoft.Bcl.AsyncInterfaces.dll | |
│ │ ├── Newtonsoft.Json.dll | |
│ │ ├── NuGet.Commands.dll | |
│ │ ├── NuGet.Common.dll | |
│ │ ├── NuGet.Configuration.dll | |
│ │ ├── NuGet.Credentials.dll | |
│ │ ├── NuGet.DependencyResolver.Core.dll | |
│ │ ├── NuGet.Frameworks.dll | |
│ │ ├── NuGet.LibraryModel.dll | |
│ │ ├── NuGet.Packaging.dll | |
│ │ ├── NuGet.ProjectModel.dll | |
│ │ ├── NuGet.Protocol.dll | |
│ │ ├── NuGet.Versioning.dll | |
│ │ ├── System.Buffers.dll | |
│ │ ├── System.Memory.dll | |
│ │ ├── System.Numerics.Vectors.dll | |
│ │ ├── System.Runtime.CompilerServices.Unsafe.dll | |
│ │ ├── System.Text.Encodings.Web.dll | |
│ │ ├── System.Text.Json.dll | |
│ │ ├── System.Threading.Tasks.Extensions.dll | |
│ │ └── System.ValueTuple.dll | |
│ ├── Microsoft.PowerShell.Security | |
│ │ └── Microsoft.PowerShell.Security.psd1 | |
│ ├── Microsoft.PowerShell.Utility | |
│ │ └── Microsoft.PowerShell.Utility.psd1 | |
│ ├── PSReadLine | |
│ │ ├── Changes.txt | |
│ │ ├── License.txt | |
│ │ ├── Microsoft.PowerShell.PSReadLine2.dll | |
│ │ ├── Microsoft.PowerShell.Pager.dll | |
│ │ ├── PSReadLine.format.ps1xml | |
│ │ ├── PSReadLine.psd1 | |
│ │ ├── PSReadLine.psm1 | |
│ │ ├── SamplePSReadLineProfile.ps1 | |
│ │ ├── _manifest | |
│ │ │ └── spdx_2.2 | |
│ │ │ ├── bsi.json | |
│ │ │ ├── manifest.cat | |
│ │ │ ├── manifest.spdx.json | |
│ │ │ └── manifest.spdx.json.sha256 | |
│ │ ├── net462 | |
│ │ │ └── Microsoft.PowerShell.PSReadLine.Polyfiller.dll | |
│ │ └── net6plus | |
│ │ └── Microsoft.PowerShell.PSReadLine.Polyfiller.dll | |
│ ├── PackageManagement | |
│ │ ├── DSCResources | |
│ │ │ ├── MSFT_PackageManagement | |
│ │ │ │ ├── MSFT_PackageManagement.psm1 | |
│ │ │ │ ├── MSFT_PackageManagement.schema.mof | |
│ │ │ │ └── MSFT_PackageManagement.strings.psd1 | |
│ │ │ ├── MSFT_PackageManagementSource | |
│ │ │ │ ├── MSFT_PackageManagementSource.psm1 | |
│ │ │ │ ├── MSFT_PackageManagementSource.schema.mof | |
│ │ │ │ └── MSFT_PackageManagementSource.strings.psd1 | |
│ │ │ ├── PackageManagementDscUtilities.psm1 | |
│ │ │ └── PackageManagementDscUtilities.strings.psd1 | |
│ │ ├── PackageManagement.Resources.psd1 | |
│ │ ├── PackageManagement.format.ps1xml | |
│ │ ├── PackageManagement.psd1 | |
│ │ ├── PackageManagement.psm1 | |
│ │ ├── PackageProviderFunctions.psm1 | |
│ │ └── coreclr | |
│ │ └── netstandard2.0 | |
│ │ ├── Microsoft.PackageManagement.ArchiverProviders.dll | |
│ │ ├── Microsoft.PackageManagement.CoreProviders.dll | |
│ │ ├── Microsoft.PackageManagement.MetaProvider.PowerShell.dll | |
│ │ ├── Microsoft.PackageManagement.NuGetProvider.dll | |
│ │ ├── Microsoft.PackageManagement.dll | |
│ │ └── Microsoft.PowerShell.PackageManagement.dll | |
│ ├── PowerShellGet | |
│ │ ├── DscResources | |
│ │ │ ├── MSFT_PSModule | |
│ │ │ │ ├── MSFT_PSModule.psm1 | |
│ │ │ │ ├── MSFT_PSModule.schema.mfl | |
│ │ │ │ ├── MSFT_PSModule.schema.mof | |
│ │ │ │ └── en-US | |
│ │ │ │ └── MSFT_PSModule.strings.psd1 | |
│ │ │ └── MSFT_PSRepository | |
│ │ │ ├── MSFT_PSRepository.psm1 | |
│ │ │ ├── MSFT_PSRepository.schema.mfl | |
│ │ │ ├── MSFT_PSRepository.schema.mof | |
│ │ │ └── en-US | |
│ │ │ └── MSFT_PSRepository.strings.psd1 | |
│ │ ├── Modules | |
│ │ │ ├── PowerShellGet.LocalizationHelper | |
│ │ │ │ └── PowerShellGet.LocalizationHelper.psm1 | |
│ │ │ └── PowerShellGet.ResourceHelper | |
│ │ │ ├── PowerShellGet.ResourceHelper.psm1 | |
│ │ │ └── en-US | |
│ │ │ └── PowerShellGet.ResourceHelper.strings.psd1 | |
│ │ ├── PSGet.Format.ps1xml | |
│ │ ├── PSGet.Resource.psd1 | |
│ │ ├── PSModule.psm1 | |
│ │ ├── PowerShellGet.psd1 | |
│ │ └── en-US | |
│ │ └── PSGet.Resource.psd1 | |
│ └── ThreadJob | |
│ ├── Microsoft.PowerShell.ThreadJob.dll | |
│ └── ThreadJob.psd1 | |
├── Newtonsoft.Json.dll | |
├── Schemas | |
│ └── PSMaml | |
│ ├── ITPro.xsd | |
│ ├── Maml.rld | |
│ ├── Maml.tbr | |
│ ├── Maml.xsd | |
│ ├── Maml.xsx | |
│ ├── Maml_HTML.xsl | |
│ ├── Maml_HTML_Style.xsl | |
│ ├── ManagedDeveloper.xsd | |
│ ├── ManagedDeveloperStructure.xsd | |
│ ├── ProviderHelp.xsd | |
│ ├── base.xsd | |
│ ├── baseConditional.xsd | |
│ ├── block.xsd | |
│ ├── blockCommon.xsd | |
│ ├── blockSoftware.xsd | |
│ ├── command.xsd | |
│ ├── conditionSet.xsd | |
│ ├── developer.xsd | |
│ ├── developerCommand.rld | |
│ ├── developerCommand.xsd | |
│ ├── developerDscResource.xsd | |
│ ├── developerManaged.xsd | |
│ ├── developerManagedClass.xsd | |
│ ├── developerManagedConstructor.xsd | |
│ ├── developerManagedDelegate.xsd | |
│ ├── developerManagedEnumeration.xsd | |
│ ├── developerManagedEvent.xsd | |
│ ├── developerManagedField.xsd | |
│ ├── developerManagedInterface.xsd | |
│ ├── developerManagedMethod.xsd | |
│ ├── developerManagedNamespace.xsd | |
│ ├── developerManagedOperator.xsd | |
│ ├── developerManagedOverload.xsd | |
│ ├── developerManagedProperty.xsd | |
│ ├── developerManagedStructure.xsd | |
│ ├── developerReference.xsd | |
│ ├── developerStructure.xsd | |
│ ├── developerXaml.xsd | |
│ ├── endUser.xsd | |
│ ├── hierarchy.xsd | |
│ ├── inline.xsd | |
│ ├── inlineCommon.xsd | |
│ ├── inlineSoftware.xsd | |
│ ├── inlineUi.xsd | |
│ ├── shellExecute.xsd | |
│ ├── structure.xsd | |
│ ├── structureGlossary.xsd | |
│ ├── structureList.xsd | |
│ ├── structureProcedure.xsd | |
│ ├── structureTable.xsd | |
│ ├── structureTaskExecution.xsd | |
│ ├── task.xsd | |
│ └── troubleshooting.xsd | |
├── System.AppContext.dll | |
├── System.Buffers.dll | |
├── System.CodeDom.dll | |
├── System.Collections.Concurrent.dll | |
├── System.Collections.Immutable.dll | |
├── System.Collections.NonGeneric.dll | |
├── System.Collections.Specialized.dll | |
├── System.Collections.dll | |
├── System.ComponentModel.Annotations.dll | |
├── System.ComponentModel.Composition.Registration.dll | |
├── System.ComponentModel.Composition.dll | |
├── System.ComponentModel.DataAnnotations.dll | |
├── System.ComponentModel.EventBasedAsync.dll | |
├── System.ComponentModel.Primitives.dll | |
├── System.ComponentModel.TypeConverter.dll | |
├── System.ComponentModel.dll | |
├── System.Configuration.ConfigurationManager.dll | |
├── System.Configuration.dll | |
├── System.Console.dll | |
├── System.Core.dll | |
├── System.Data.Common.dll | |
├── System.Data.DataSetExtensions.dll | |
├── System.Data.Odbc.dll | |
├── System.Data.OleDb.dll | |
├── System.Data.SqlClient.dll | |
├── System.Data.dll | |
├── System.Diagnostics.Contracts.dll | |
├── System.Diagnostics.Debug.dll | |
├── System.Diagnostics.DiagnosticSource.dll | |
├── System.Diagnostics.EventLog.dll | |
├── System.Diagnostics.FileVersionInfo.dll | |
├── System.Diagnostics.PerformanceCounter.dll | |
├── System.Diagnostics.Process.dll | |
├── System.Diagnostics.StackTrace.dll | |
├── System.Diagnostics.TextWriterTraceListener.dll | |
├── System.Diagnostics.Tools.dll | |
├── System.Diagnostics.TraceSource.dll | |
├── System.Diagnostics.Tracing.dll | |
├── System.DirectoryServices.AccountManagement.dll | |
├── System.DirectoryServices.Protocols.dll | |
├── System.DirectoryServices.dll | |
├── System.Drawing.Common.dll | |
├── System.Drawing.Primitives.dll | |
├── System.Drawing.dll | |
├── System.Dynamic.Runtime.dll | |
├── System.Formats.Asn1.dll | |
├── System.Formats.Tar.dll | |
├── System.Globalization.Calendars.dll | |
├── System.Globalization.Extensions.dll | |
├── System.Globalization.dll | |
├── System.IO.Compression.Brotli.dll | |
├── System.IO.Compression.FileSystem.dll | |
├── System.IO.Compression.ZipFile.dll | |
├── System.IO.Compression.dll | |
├── System.IO.FileSystem.AccessControl.dll | |
├── System.IO.FileSystem.DriveInfo.dll | |
├── System.IO.FileSystem.Primitives.dll | |
├── System.IO.FileSystem.Watcher.dll | |
├── System.IO.FileSystem.dll | |
├── System.IO.IsolatedStorage.dll | |
├── System.IO.MemoryMappedFiles.dll | |
├── System.IO.Packaging.dll | |
├── System.IO.Pipes.AccessControl.dll | |
├── System.IO.Pipes.dll | |
├── System.IO.Ports.dll | |
├── System.IO.UnmanagedMemoryStream.dll | |
├── System.IO.dll | |
├── System.Linq.Expressions.dll | |
├── System.Linq.Parallel.dll | |
├── System.Linq.Queryable.dll | |
├── System.Linq.dll | |
├── System.Management.Automation.dll | |
├── System.Management.Automation.xml | |
├── System.Management.dll | |
├── System.Memory.dll | |
├── System.Net.Http.Json.dll | |
├── System.Net.Http.WinHttpHandler.dll | |
├── System.Net.Http.dll | |
├── System.Net.HttpListener.dll | |
├── System.Net.Mail.dll | |
├── System.Net.NameResolution.dll | |
├── System.Net.NetworkInformation.dll | |
├── System.Net.Ping.dll | |
├── System.Net.Primitives.dll | |
├── System.Net.Quic.dll | |
├── System.Net.Requests.dll | |
├── System.Net.Security.dll | |
├── System.Net.ServicePoint.dll | |
├── System.Net.Sockets.dll | |
├── System.Net.WebClient.dll | |
├── System.Net.WebHeaderCollection.dll | |
├── System.Net.WebProxy.dll | |
├── System.Net.WebSockets.Client.dll | |
├── System.Net.WebSockets.dll | |
├── System.Net.dll | |
├── System.Numerics.Vectors.dll | |
├── System.Numerics.dll | |
├── System.ObjectModel.dll | |
├── System.Private.CoreLib.dll | |
├── System.Private.DataContractSerialization.dll | |
├── System.Private.ServiceModel.dll | |
├── System.Private.Uri.dll | |
├── System.Private.Xml.Linq.dll | |
├── System.Private.Xml.dll | |
├── System.Reflection.Context.dll | |
├── System.Reflection.DispatchProxy.dll | |
├── System.Reflection.Emit.ILGeneration.dll | |
├── System.Reflection.Emit.Lightweight.dll | |
├── System.Reflection.Emit.dll | |
├── System.Reflection.Extensions.dll | |
├── System.Reflection.Metadata.dll | |
├── System.Reflection.Primitives.dll | |
├── System.Reflection.TypeExtensions.dll | |
├── System.Reflection.dll | |
├── System.Resources.Reader.dll | |
├── System.Resources.ResourceManager.dll | |
├── System.Resources.Writer.dll | |
├── System.Runtime.Caching.dll | |
├── System.Runtime.CompilerServices.Unsafe.dll | |
├── System.Runtime.CompilerServices.VisualC.dll | |
├── System.Runtime.Extensions.dll | |
├── System.Runtime.Handles.dll | |
├── System.Runtime.InteropServices.JavaScript.dll | |
├── System.Runtime.InteropServices.RuntimeInformation.dll | |
├── System.Runtime.InteropServices.dll | |
├── System.Runtime.Intrinsics.dll | |
├── System.Runtime.Loader.dll | |
├── System.Runtime.Numerics.dll | |
├── System.Runtime.Serialization.Formatters.dll | |
├── System.Runtime.Serialization.Json.dll | |
├── System.Runtime.Serialization.Primitives.dll | |
├── System.Runtime.Serialization.Xml.dll | |
├── System.Runtime.Serialization.dll | |
├── System.Runtime.dll | |
├── System.Security.AccessControl.dll | |
├── System.Security.Claims.dll | |
├── System.Security.Cryptography.Algorithms.dll | |
├── System.Security.Cryptography.Cng.dll | |
├── System.Security.Cryptography.Csp.dll | |
├── System.Security.Cryptography.Encoding.dll | |
├── System.Security.Cryptography.OpenSsl.dll | |
├── System.Security.Cryptography.Pkcs.dll | |
├── System.Security.Cryptography.Primitives.dll | |
├── System.Security.Cryptography.ProtectedData.dll | |
├── System.Security.Cryptography.X509Certificates.dll | |
├── System.Security.Cryptography.Xml.dll | |
├── System.Security.Cryptography.dll | |
├── System.Security.Permissions.dll | |
├── System.Security.Principal.Windows.dll | |
├── System.Security.Principal.dll | |
├── System.Security.SecureString.dll | |
├── System.Security.dll | |
├── System.ServiceModel.Duplex.dll | |
├── System.ServiceModel.Http.dll | |
├── System.ServiceModel.NetTcp.dll | |
├── System.ServiceModel.Primitives.dll | |
├── System.ServiceModel.Security.dll | |
├── System.ServiceModel.Syndication.dll | |
├── System.ServiceModel.Web.dll | |
├── System.ServiceModel.dll | |
├── System.ServiceProcess.ServiceController.dll | |
├── System.ServiceProcess.dll | |
├── System.Speech.dll | |
├── System.Text.Encoding.CodePages.dll | |
├── System.Text.Encoding.Extensions.dll | |
├── System.Text.Encoding.dll | |
├── System.Text.Encodings.Web.dll | |
├── System.Text.Json.dll | |
├── System.Text.RegularExpressions.dll | |
├── System.Threading.AccessControl.dll | |
├── System.Threading.Channels.dll | |
├── System.Threading.Overlapped.dll | |
├── System.Threading.Tasks.Dataflow.dll | |
├── System.Threading.Tasks.Extensions.dll | |
├── System.Threading.Tasks.Parallel.dll | |
├── System.Threading.Tasks.dll | |
├── System.Threading.Thread.dll | |
├── System.Threading.ThreadPool.dll | |
├── System.Threading.Timer.dll | |
├── System.Threading.dll | |
├── System.Transactions.Local.dll | |
├── System.Transactions.dll | |
├── System.ValueTuple.dll | |
├── System.Web.HttpUtility.dll | |
├── System.Web.Services.Description.dll | |
├── System.Web.dll | |
├── System.Windows.Extensions.dll | |
├── System.Windows.dll | |
├── System.Xml.Linq.dll | |
├── System.Xml.ReaderWriter.dll | |
├── System.Xml.Serialization.dll | |
├── System.Xml.XDocument.dll | |
├── System.Xml.XPath.XDocument.dll | |
├── System.Xml.XPath.dll | |
├── System.Xml.XmlDocument.dll | |
├── System.Xml.XmlSerializer.dll | |
├── System.Xml.dll | |
├── System.dll | |
├── ThirdPartyNotices.txt | |
├── WindowsBase.dll | |
├── _manifest | |
│ └── spdx_2.2 | |
│ ├── bsi.json | |
│ ├── manifest.cat | |
│ ├── manifest.spdx.json | |
│ └── manifest.spdx.json.sha256 | |
├── createdump | |
├── cs | |
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll | |
│ ├── Microsoft.CodeAnalysis.resources.dll | |
│ ├── System.Private.ServiceModel.resources.dll | |
│ └── System.Web.Services.Description.resources.dll | |
├── de | |
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll | |
│ ├── Microsoft.CodeAnalysis.resources.dll | |
│ ├── System.Private.ServiceModel.resources.dll | |
│ └── System.Web.Services.Description.resources.dll | |
├── en-US | |
│ └── default.help.txt | |
├── env-vars | |
├── es | |
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll | |
│ ├── Microsoft.CodeAnalysis.resources.dll | |
│ ├── System.Private.ServiceModel.resources.dll | |
│ └── System.Web.Services.Description.resources.dll | |
├── fr | |
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll | |
│ ├── Microsoft.CodeAnalysis.resources.dll | |
│ ├── System.Private.ServiceModel.resources.dll | |
│ └── System.Web.Services.Description.resources.dll | |
├── it | |
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll | |
│ ├── Microsoft.CodeAnalysis.resources.dll | |
│ ├── System.Private.ServiceModel.resources.dll | |
│ └── System.Web.Services.Description.resources.dll | |
├── ja | |
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll | |
│ ├── Microsoft.CodeAnalysis.resources.dll | |
│ ├── System.Private.ServiceModel.resources.dll | |
│ └── System.Web.Services.Description.resources.dll | |
├── ko | |
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll | |
│ ├── Microsoft.CodeAnalysis.resources.dll | |
│ ├── System.Private.ServiceModel.resources.dll | |
│ └── System.Web.Services.Description.resources.dll | |
├── libSystem.Globalization.Native.dylib | |
├── libSystem.IO.Compression.Native.dylib | |
├── libSystem.IO.Ports.Native.dylib | |
├── libSystem.Native.dylib | |
├── libSystem.Net.Security.Native.dylib | |
├── libSystem.Security.Cryptography.Native.Apple.dylib | |
├── libSystem.Security.Cryptography.Native.OpenSsl.dylib | |
├── libclrgc.dylib | |
├── libclrjit.dylib | |
├── libcoreclr.dylib | |
├── libhostfxr.dylib | |
├── libhostpolicy.dylib | |
├── libmscordaccore.dylib | |
├── libmscordbi.dylib | |
├── libpsl-native.dylib | |
├── mscorlib.dll | |
├── netstandard.dll | |
├── pl | |
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll | |
│ ├── Microsoft.CodeAnalysis.resources.dll | |
│ ├── System.Private.ServiceModel.resources.dll | |
│ └── System.Web.Services.Description.resources.dll | |
├── psoptions.json | |
├── pt-BR | |
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll | |
│ ├── Microsoft.CodeAnalysis.resources.dll | |
│ ├── System.Private.ServiceModel.resources.dll | |
│ └── System.Web.Services.Description.resources.dll | |
├── pwsh | |
├── pwsh.deps.json | |
├── pwsh.dll | |
├── pwsh.runtimeconfig.json | |
├── pwsh.xml | |
├── ref | |
│ ├── Microsoft.CSharp.dll | |
│ ├── Microsoft.VisualBasic.Core.dll | |
│ ├── Microsoft.VisualBasic.dll | |
│ ├── Microsoft.Win32.Primitives.dll | |
│ ├── Microsoft.Win32.Registry.dll | |
│ ├── System.AppContext.dll | |
│ ├── System.Buffers.dll | |
│ ├── System.Collections.Concurrent.dll | |
│ ├── System.Collections.Immutable.dll | |
│ ├── System.Collections.NonGeneric.dll | |
│ ├── System.Collections.Specialized.dll | |
│ ├── System.Collections.dll | |
│ ├── System.ComponentModel.Annotations.dll | |
│ ├── System.ComponentModel.DataAnnotations.dll | |
│ ├── System.ComponentModel.EventBasedAsync.dll | |
│ ├── System.ComponentModel.Primitives.dll | |
│ ├── System.ComponentModel.TypeConverter.dll | |
│ ├── System.ComponentModel.dll | |
│ ├── System.Configuration.dll | |
│ ├── System.Console.dll | |
│ ├── System.Core.dll | |
│ ├── System.Data.Common.dll | |
│ ├── System.Data.DataSetExtensions.dll | |
│ ├── System.Data.dll | |
│ ├── System.Diagnostics.Contracts.dll | |
│ ├── System.Diagnostics.Debug.dll | |
│ ├── System.Diagnostics.DiagnosticSource.dll | |
│ ├── System.Diagnostics.FileVersionInfo.dll | |
│ ├── System.Diagnostics.Process.dll | |
│ ├── System.Diagnostics.StackTrace.dll | |
│ ├── System.Diagnostics.TextWriterTraceListener.dll | |
│ ├── System.Diagnostics.Tools.dll | |
│ ├── System.Diagnostics.TraceSource.dll | |
│ ├── System.Diagnostics.Tracing.dll | |
│ ├── System.Drawing.Primitives.dll | |
│ ├── System.Drawing.dll | |
│ ├── System.Dynamic.Runtime.dll | |
│ ├── System.Formats.Asn1.dll | |
│ ├── System.Formats.Tar.dll | |
│ ├── System.Globalization.Calendars.dll | |
│ ├── System.Globalization.Extensions.dll | |
│ ├── System.Globalization.dll | |
│ ├── System.IO.Compression.Brotli.dll | |
│ ├── System.IO.Compression.FileSystem.dll | |
│ ├── System.IO.Compression.ZipFile.dll | |
│ ├── System.IO.Compression.dll | |
│ ├── System.IO.FileSystem.AccessControl.dll | |
│ ├── System.IO.FileSystem.DriveInfo.dll | |
│ ├── System.IO.FileSystem.Primitives.dll | |
│ ├── System.IO.FileSystem.Watcher.dll | |
│ ├── System.IO.FileSystem.dll | |
│ ├── System.IO.IsolatedStorage.dll | |
│ ├── System.IO.MemoryMappedFiles.dll | |
│ ├── System.IO.Pipes.AccessControl.dll | |
│ ├── System.IO.Pipes.dll | |
│ ├── System.IO.UnmanagedMemoryStream.dll | |
│ ├── System.IO.dll | |
│ ├── System.Linq.Expressions.dll | |
│ ├── System.Linq.Parallel.dll | |
│ ├── System.Linq.Queryable.dll | |
│ ├── System.Linq.dll | |
│ ├── System.Memory.dll | |
│ ├── System.Net.Http.Json.dll | |
│ ├── System.Net.Http.dll | |
│ ├── System.Net.HttpListener.dll | |
│ ├── System.Net.Mail.dll | |
│ ├── System.Net.NameResolution.dll | |
│ ├── System.Net.NetworkInformation.dll | |
│ ├── System.Net.Ping.dll | |
│ ├── System.Net.Primitives.dll | |
│ ├── System.Net.Quic.dll | |
│ ├── System.Net.Requests.dll | |
│ ├── System.Net.Security.dll | |
│ ├── System.Net.ServicePoint.dll | |
│ ├── System.Net.Sockets.dll | |
│ ├── System.Net.WebClient.dll | |
│ ├── System.Net.WebHeaderCollection.dll | |
│ ├── System.Net.WebProxy.dll | |
│ ├── System.Net.WebSockets.Client.dll | |
│ ├── System.Net.WebSockets.dll | |
│ ├── System.Net.dll | |
│ ├── System.Numerics.Vectors.dll | |
│ ├── System.Numerics.dll | |
│ ├── System.ObjectModel.dll | |
│ ├── System.Reflection.DispatchProxy.dll | |
│ ├── System.Reflection.Emit.ILGeneration.dll | |
│ ├── System.Reflection.Emit.Lightweight.dll | |
│ ├── System.Reflection.Emit.dll | |
│ ├── System.Reflection.Extensions.dll | |
│ ├── System.Reflection.Metadata.dll | |
│ ├── System.Reflection.Primitives.dll | |
│ ├── System.Reflection.TypeExtensions.dll | |
│ ├── System.Reflection.dll | |
│ ├── System.Resources.Reader.dll | |
│ ├── System.Resources.ResourceManager.dll | |
│ ├── System.Resources.Writer.dll | |
│ ├── System.Runtime.CompilerServices.Unsafe.dll | |
│ ├── System.Runtime.CompilerServices.VisualC.dll | |
│ ├── System.Runtime.Extensions.dll | |
│ ├── System.Runtime.Handles.dll | |
│ ├── System.Runtime.InteropServices.JavaScript.dll | |
│ ├── System.Runtime.InteropServices.RuntimeInformation.dll | |
│ ├── System.Runtime.InteropServices.dll | |
│ ├── System.Runtime.Intrinsics.dll | |
│ ├── System.Runtime.Loader.dll | |
│ ├── System.Runtime.Numerics.dll | |
│ ├── System.Runtime.Serialization.Formatters.dll | |
│ ├── System.Runtime.Serialization.Json.dll | |
│ ├── System.Runtime.Serialization.Primitives.dll | |
│ ├── System.Runtime.Serialization.Xml.dll | |
│ ├── System.Runtime.Serialization.dll | |
│ ├── System.Runtime.dll | |
│ ├── System.Security.AccessControl.dll | |
│ ├── System.Security.Claims.dll | |
│ ├── System.Security.Cryptography.Algorithms.dll | |
│ ├── System.Security.Cryptography.Cng.dll | |
│ ├── System.Security.Cryptography.Csp.dll | |
│ ├── System.Security.Cryptography.Encoding.dll | |
│ ├── System.Security.Cryptography.OpenSsl.dll | |
│ ├── System.Security.Cryptography.Primitives.dll | |
│ ├── System.Security.Cryptography.X509Certificates.dll | |
│ ├── System.Security.Cryptography.dll | |
│ ├── System.Security.Principal.Windows.dll | |
│ ├── System.Security.Principal.dll | |
│ ├── System.Security.SecureString.dll | |
│ ├── System.Security.dll | |
│ ├── System.ServiceModel.Web.dll | |
│ ├── System.ServiceProcess.dll | |
│ ├── System.Text.Encoding.CodePages.dll | |
│ ├── System.Text.Encoding.Extensions.dll | |
│ ├── System.Text.Encoding.dll | |
│ ├── System.Text.Encodings.Web.dll | |
│ ├── System.Text.Json.dll | |
│ ├── System.Text.RegularExpressions.dll | |
│ ├── System.Threading.Channels.dll | |
│ ├── System.Threading.Overlapped.dll | |
│ ├── System.Threading.Tasks.Dataflow.dll | |
│ ├── System.Threading.Tasks.Extensions.dll | |
│ ├── System.Threading.Tasks.Parallel.dll | |
│ ├── System.Threading.Tasks.dll | |
│ ├── System.Threading.Thread.dll | |
│ ├── System.Threading.ThreadPool.dll | |
│ ├── System.Threading.Timer.dll | |
│ ├── System.Threading.dll | |
│ ├── System.Transactions.Local.dll | |
│ ├── System.Transactions.dll | |
│ ├── System.ValueTuple.dll | |
│ ├── System.Web.HttpUtility.dll | |
│ ├── System.Web.dll | |
│ ├── System.Windows.dll | |
│ ├── System.Xml.Linq.dll | |
│ ├── System.Xml.ReaderWriter.dll | |
│ ├── System.Xml.Serialization.dll | |
│ ├── System.Xml.XDocument.dll | |
│ ├── System.Xml.XPath.XDocument.dll | |
│ ├── System.Xml.XPath.dll | |
│ ├── System.Xml.XmlDocument.dll | |
│ ├── System.Xml.XmlSerializer.dll | |
│ ├── System.Xml.dll | |
│ ├── System.dll | |
│ ├── WindowsBase.dll | |
│ ├── mscorlib.dll | |
│ └── netstandard.dll | |
├── ru | |
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll | |
│ ├── Microsoft.CodeAnalysis.resources.dll | |
│ ├── System.Private.ServiceModel.resources.dll | |
│ └── System.Web.Services.Description.resources.dll | |
├── tr | |
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll | |
│ ├── Microsoft.CodeAnalysis.resources.dll | |
│ ├── System.Private.ServiceModel.resources.dll | |
│ └── System.Web.Services.Description.resources.dll | |
├── zh-Hans | |
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll | |
│ ├── Microsoft.CodeAnalysis.resources.dll | |
│ ├── System.Private.ServiceModel.resources.dll | |
│ └── System.Web.Services.Description.resources.dll | |
└── zh-Hant | |
├── Microsoft.CodeAnalysis.CSharp.resources.dll | |
├── Microsoft.CodeAnalysis.resources.dll | |
├── System.Private.ServiceModel.resources.dll | |
└── System.Web.Services.Description.resources.dll | |
57 directories, 620 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment