An API that allows users to access Roslyn functionality with just a few lines of code.
Info
Version: | 1.0.0 |
Author(s): | David Ehnis |
Last Update: | Saturday, August 10, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/davidehnis/Rosinator |
NuGet Url: | https://www.nuget.org/packages/rosinator.core |
Install
Install-Package rosinator.core
dotnet add package rosinator.core
paket add rosinator.core
rosinator.core Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Bcl.Build(>= 1.0.21)
- Microsoft.Build.Tasks.Core(>= 16.0.461)
- Microsoft.CodeAnalysis(>= 3.2.1)
- Microsoft.CodeAnalysis.Workspaces.MSBuild(>= 3.2.1)
- Microsoft.CodeDom.Providers.DotNetCompilerPlatform(>= 2.0.1)
- Microsoft.DotNet.PlatformAbstractions(>= 2.1.0)
- System.Text.Encoding.CodePages(>= 4.5.1)