Microsoft.Build
by: Microsoft
- 415 total downloads
- Latest version: 18.4.0
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
Microsoft.Build.Framework
by: Microsoft
- 452 total downloads
- Latest version: 18.4.0
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.
Microsoft.Build.Locator
by: Microsoft
- 237 total downloads
- Latest version: 1.11.2
Package that assists in locating and using a copy of MSBuild installed as part of Visual Studio 2017 or higher or .NET Core SDK 2.1 or higher.
Microsoft.Build.Runtime
by: Microsoft
- 458 total downloads
- Latest version: 18.4.0
This package delivers a complete executable copy of MSBuild. Reference this package only if your application needs to load projects or execute in-process builds without requiring installation of MSBuild. Successfully evaluating projects using this package requires aggregating additional components (like the compilers) into an application directory.
Microsoft.Build.Tasks.Core
by: Microsoft
- 508 total downloads
- Latest version: 18.4.0
This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild.
Microsoft.Build.Tasks.Git
by: Microsoft
- 119 total downloads
- Latest version: 11.0.100-preview.2.26159.112
MSBuild tasks providing git repository information.
Microsoft.Build.Tasks.SourceControl
by: Microsoft
- 17 total downloads
- Latest version: 1.0.0-beta-62908-01
MSBuild tasks providing source control information.
Microsoft.Build.Utilities.Core
by: Microsoft
- 443 total downloads
- Latest version: 18.4.0
This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.
Microsoft.Cci
by: Microsoft
- 44 total downloads
- Latest version: 4.0.0-rc3-24214-00
Provides a portable version of the Microsoft.Cci library
TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.ClearScript.Core
by: Microsoft
- 34 total downloads
- Latest version: 7.5.0
A library for adding scripting to .NET applications. This package contains the core assembly shared by all script engines.
Microsoft.ClearScript.V8
by: Microsoft
- 56 total downloads
- Latest version: 7.5.0
A library for adding scripting to .NET applications. This package supports the V8 JavaScript engine.
Microsoft.ClearScript.V8.ICUData
by: Microsoft
- 100 total downloads
- Latest version: 7.5.0
A library for adding scripting to .NET applications. This package supports the V8 implementation of the JavaScript Internationalization API.
Microsoft.ClearScript.V8.Native.linux-arm64
by: Microsoft
- 57 total downloads
- Latest version: 7.5.0
A library for adding scripting to .NET applications. This package contains the native V8 JavaScript engine library for Linux (arm64).
Microsoft.ClearScript.V8.Native.linux-x64
by: Microsoft
- 60 total downloads
- Latest version: 7.5.0
A library for adding scripting to .NET applications. This package contains the native V8 JavaScript engine library for Linux (x64).
Microsoft.ClearScript.V8.Native.osx-x64
by: Microsoft
- 62 total downloads
- Latest version: 7.5.0
A library for adding scripting to .NET applications. This package contains the native V8 JavaScript engine library for macOS (x64).
Microsoft.ClearScript.V8.Native.win-arm64
by: Microsoft
- 54 total downloads
- Latest version: 7.5.0
A library for adding scripting to .NET applications. This package contains the native V8 JavaScript engine library for Windows (arm64).
Microsoft.ClearScript.V8.Native.win-x64
by: Microsoft
- 66 total downloads
- Latest version: 7.5.0
A library for adding scripting to .NET applications. This package contains the native V8 JavaScript engine library for Windows (x64).
Microsoft.ClearScript.V8.Native.win-x86
by: Microsoft
- 66 total downloads
- Latest version: 7.5.0
A library for adding scripting to .NET applications. This package contains the native V8 JavaScript engine library for Windows (x86).
Microsoft.CodeAnalysis
by: Microsoft
- 1.721k total downloads
- Latest version: 5.3.0
.NET Compiler Platform ("Roslyn").
This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality:
- "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services)
- "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services)
- "Microsoft.CodeAnalysis.Compilers" (both compilers)
- "Microsoft.CodeAnalysis.CSharp" (only the C# compiler)
- "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler)
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/16f9bd284cd49604ac82998bfe778a8eb16d4347.
Microsoft.CodeAnalysis.Analyzers
by: Microsoft
- 368 total downloads
- Latest version: 5.3.0
Analyzers for consumers of Microsoft.CodeAnalysis NuGet package, i.e. extensions and applications built on top of .NET Compiler Platform (Roslyn). This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.