workflow - Microsoft.CSharp 4.7.0

Provides support for compilation and code generation, including dynamic, using the C# language.

Commonly Used Types: Microsoft.CSharp.RuntimeBinder.Binder Microsoft.CSharp.RuntimeBinder.RuntimeBinderException Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags

When using NuGet 3.x this package requires at least version 3.4.

PM> Install-Package Microsoft.CSharp -Version 4.7.0 -Source https://www.myget.org/F/workflow/api/v3/index.json

Copy to clipboard

> nuget.exe install Microsoft.CSharp -Version 4.7.0 -Source https://www.myget.org/F/workflow/api/v3/index.json

Copy to clipboard

> dotnet add package Microsoft.CSharp --version 4.7.0 --source https://www.myget.org/F/workflow/api/v3/index.json

Copy to clipboard
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
Copy to clipboard
source https://www.myget.org/F/workflow/api/v3/index.json

nuget Microsoft.CSharp  ~> 4.7.0
Copy to clipboard

> choco install Microsoft.CSharp --version 4.7.0 --source https://www.myget.org/F/workflow/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "workflow" -SourceLocation "https://www.myget.org/F/workflow/api/v2"
Install-Module -Name "Microsoft.CSharp" -RequiredVersion "4.7.0" -Repository "workflow" 
Copy to clipboard

.NET Core Libraries (CoreFX)

Build Status

This repo contains the library implementation (called "CoreFX") for .NET Core. It includes System.Collections, System.IO, System.Xml, and many other components. The corresponding .NET Core Runtime repo (called "CoreCLR") contains the runtime implementation for .NET Core. It includes RyuJIT, the .NET GC, and many other components. Runtime-specific library code (System.Private.CoreLib) lives in the CoreCLR repo. It needs to be built and versioned in tandem with the runtime. The rest of CoreFX is agnostic of runtime-implementation and can be run on any compatible .NET runtime (e.g. CoreRT).

.NET Core

Official Starting Page: https://dotnet.microsoft.com/

How to Engage, Contribute and Provide Feedback

Some of the best ways to contribute are to try things out, file bugs, join in design conversations, and fix issues.

If you are having issues with the "full" .NET Framework (also called "Desktop"), the best way to file a bug is the Report a Problem tool, which is integrated with the VS Developer Community Portal; or through Product Support if you have a contract.

Issue Guide

Each issue area has one or more Microsoft owners, who are listed here. There's also some information there about how we use issues in this repo.

Contributing Guide

We welcome contributions! Many people all over the world have helped make this project better. You'll want to check out:

Useful Links

Community

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

Reporting security issues and security bugs

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

Also see info about related Microsoft .NET Core and ASP.NET Core Bug Bounty Program.

.NET Foundation

.NET Core is a .NET Foundation project.

There are many .NET related projects on GitHub.

  • .NET home repo - links to 100s of .NET projects, from Microsoft and the community.
  • ASP.NET Core home - the best place to start learning about ASP.NET Core.

CoreFX Project

Daily Builds

Daily builds of .NET Core components are published to dotnet-blob feed (https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json). The latest version number of each library can be seen in that feed. Currently, there is no website to visualize the contents of the feed, so in order to do so, you have to use a NuGet feed explorer, like Visual Studio.

Note: See officially supported OS versions.

License

.NET (including the runtime repo) is licensed under the MIT license.

  • MonoAndroid 1.0
  • MonoTouch 1.0
  • .NETFramework 4.5
  • .NETCore 5.0
    • NETStandard.Library (>= 1.6.1)
    • System.Dynamic.Runtime (>= 4.3.0)
    • System.Reflection.TypeExtensions (>= 4.7.0)
  • .NETCoreApp 2.0
  • .NETStandard 1.0
    • NETStandard.Library (>= 1.6.1)
    • System.Dynamic.Runtime (>= 4.3.0)
  • .NETStandard 1.3
    • NETStandard.Library (>= 1.6.1)
    • System.Dynamic.Runtime (>= 4.3.0)
    • System.Reflection.TypeExtensions (>= 4.7.0)
  • .NETStandard 2.0
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
  • UAP 10.0.16299
  • Windows 8.0
  • WindowsPhone 8.0
  • WindowsPhoneApp 8.1
  • Xamarin.iOS 1.0
  • Xamarin.Mac 2.0
  • Xamarin.TVOS 1.0
  • Xamarin.WatchOS 1.0
  • .NETCore 5.0: 5.0.0.0
  • .NETCoreApp 2.0: 2.0.0.0
  • .NETFramework 4.5: 4.5.0.0
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1): Profile259: 0.0.0.0
  • .NETStandard 1.3: 1.3.0.0
  • .NETStandard 2.0: 2.0.0.0
  • MonoAndroid 1.0: 1.0.0.0
  • MonoTouch 1.0: 1.0.0.0
  • UAP 10.0.16299: 10.0.16299.0
  • Windows 8.0: 8.0.0.0
  • WindowsPhone 8.0: 8.0.0.0
  • WindowsPhoneApp 8.1: 8.1.0.0
  • Xamarin.iOS 1.0: 1.0.0.0
  • Xamarin.Mac 2.0: 2.0.0.0
  • Xamarin.TVOS 1.0: 1.0.0.0
  • Xamarin.WatchOS 1.0: 1.0.0.0

Owners

Toma Bogdan flaviusm catalin Vaibhav Jain Andrew Teece

Authors

Microsoft

Project URL

https://github.com/dotnet/corefx

License

MIT

Info

328836162 total downloads
463187 downloads for version 4.7.0
Download (606.83 KB)
NuGet 2.12 or higher
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
4.7.0 606.83 KB Wed, 14 Oct 2020 15:08:25 GMT 463187
4.5.0 612.87 KB Tue, 29 May 2018 20:11:14 GMT 159473086
4.4.1 630.18 KB Tue, 13 Oct 2020 11:50:08 GMT 29751
4.3.0 451.49 KB Tue, 15 Nov 2016 23:22:17 GMT 168859593
4.0.1 442.14 KB Wed, 19 May 2021 16:30:43 GMT 10545