0.2.0-pre
Metadata
Authors | Microsoft |
---|---|
Copyrights | © Microsoft Corporation. All rights reserved. |
Description | Replacement CodeDOM providers that use the new .NET Compiler Platform ("Roslyn") compiler as a service APIs. This provides support for new language features in systems using CodeDOM (e.g. ASP.NET runtime compilation) as well as improving the compilation performance of these systems. |
Language | en-US |
LicenseUrl | http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm |
Owners | Microsoft |
ProjectUrl | http://www.asp.net/ |
RequireLicenseAcceptance | True |
Summary | Replacement CodeDOM providers that use the new .NET Compiler Platform ("Roslyn") compiler as a service APIs. |
Tags | Roslyn CodeDOM Compiler CSharp ASP.NET |
Dependencies | Microsoft.CodeAnalysis.Compilers:0.7.4052301-beta |
Title | CodeDOM Providers for .NET Compiler Platform ("Roslyn") |
PackageSize | 50201 |
PackageHashAlgorithm | SHA512 |
PackageHash | S/n5jPqj3J+VWCTOgfj/e+EpF2eKOk3p7LXIL335PdhB/H11DrXcxW0EzVopSHTF0/Dy9/0lbUVq3q1ALPmxsw== |
DownloadCount | 000000 |
CreatedDate | 2014-07-09T17:49:07 |
Access
You can access data for this version using the tools and addresses described below.
NuGet (nuget.exe)
- Installing the package (HTTP Basic authentication):
-
nuget install Microsoft.CodeDom.Providers.DotNetCompilerPlatform -Version 0.2.0-pre -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
nuget install Microsoft.CodeDom.Providers.DotNetCompilerPlatform -Version 0.2.0-pre -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
- Deleting the package from the server (for each registered key):
-
nuget delete Microsoft.CodeDom.Providers.DotNetCompilerPlatform 0.2.0-pre %key% -Source http://nuget.gw.symbolsource.org/Public/NuGet
NuGet (Package Manager Console)
- Installing the package (HTTP Basic authentication):
-
Install-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -Version 0.2.0-pre -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
Install-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -Version 0.2.0-pre -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
OpenWrap
- Installing the package:
-
o add-wrap Microsoft.CodeDom.Providers.DotNetCompilerPlatform -Version 0.2.0-pre
- Uninstalling the package:
-
o remove-wrap Microsoft.CodeDom.Providers.DotNetCompilerPlatform
Compilations
A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.
Profile | Mode | Platform | Related |
---|---|---|---|
AnyCPU | Release | .NETFramework,Version=v4.5 | Binaries |