Top 20 NuGet Packages depending on Microsoft.CodeAnalysis.CSharp

Total dependencies: 617

服务端通信工具,集成 SVC 调用工具。
Package Description
Enable Automatic Migrations for Entity Framework Core for SQL Databases. How to use: MigrateDatabaseToLatestVersion.ExecuteAsync(context).Wait(); public class DbMigrationsOptions { public bool AutomaticMigrationDataLossAllowed { get; set; } = true; public bo...
Package Description
Package Description
Package Description
Package Description
Package Description
Easy source code generator.
Easy source code generator.
Package Description
Forked From :https://github.com/adoconnection/RazorEngineCore | ASP.NET Core 3.1.1 Razor Template Engine, Simple Fix Dependency on Microsoft.CodeAnalysis.CSharp(>=3.5.0)
Provides the build time generators that respond to the [FlagsEnumeration] partial class attribute.
LeanCode Core library
Thin wrapper around Roslyn API to simplify generating C# code.
Package Description
Package Description
Package Description
Entity Framework Core Automatic Migrations allows you to use code first migrations without having a code file in your project for each change you make. How to use: /// Migrations Options public class DbMigrationsOptions { /// <summary> /// Allow auto migration with data lost ...
Microsoft.Dnx.Compilation.CSharp.Abstractions