39 skills found · Page 1 of 2
dotnet / RoslynThe Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
dotnetcore / Natasha基于 Roslyn 的 C# 动态程序集构建库,该库允许开发者在运行时使用 C# 代码构建域 / 程序集 / 类 / 结构体 / 枚举 / 接口 / 方法等,使得程序在运行的时候可以增加新的模块及功能。Natasha 集成了域管理/插件管理,可以实现域隔离,域卸载,热拔插等功能。 该库遵循完整的编译流程,提供完整的错误提示, 可自动添加引用,完善的数据结构构建模板让开发者只专注于程序集脚本的编写,兼容 stanadard2.0 / netcoreapp3.0+, 跨平台,统一、简便的链式 API。 且我们会尽快修复您的问题及回复您的 issue.
KirillOsenkov / RoslynQuoterRoslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
ironcev / Awesome RoslynCurated list of awesome Roslyn books, tutorials, open-source projects, analyzers, code fixes, refactorings, and source generators
JasonBock / RocksA mocking library based on the Compiler APIs (Roslyn + Mocks)
Testura / Testura.CodeTestura.Code is a wrapper around the Roslyn API and used for generation, saving and compiling C# code. It provides methods and helpers to generate classes, methods, statements and expressions.
dotnet / Platform CompatRoslyn analyzer that finds usages of APIs that will throw PlatformNotSupportedException on certain platforms.
davidfowl / Roslyn.ReflectionReflection APIs over roslyn symbol APIs
NeVeSpl / NTypewriterFile/code generator using Scriban text templates populated with C# code metadata from Roslyn API.
Art-Stea1th / Enhanced Syntax Highlighting[Marketplace] Lightweight "editor classifier extension" for Visual Studio based on the async Roslyn APIs to enhanced highlighting custom tags in C# code.
dotnet / Roslyn Api DocsAPI documentation source for the .NET Compiler Platform SDK
MooVC / FluentifyFluentify, a .NET Roslyn source generator, automates the creation of fluent APIs, enabling engineers to rapidly develop rich, expressive, and maintainable APIs with ease.
fsprojects / Roslyn.FSharpRoslyn read-only API to work with F# code (via bridge to FSharp.Compiler.Service)
pvginkel / CSharpSyntaxC# code generator based on the Roslyn API
tomasr / Roslyn ColorizerA sample VS 14 editor extension that uses the Roslyn APIs to highlight parameter variables and field variables in C#/VB code.
Thomas-Shephard / Comment SenseA Roslyn analyzer for C# that enforces XML documentation on public APIs
discord-csharp / CSharpReplCSharpRepl is a web api for C# REPL using the Roslyn Scripting APIs
NerdCats / ProfaneScripting language for derps
mwpowellhtx / Code.Generation.Roslyndotnet Code Generation using the Roslyn API.
amiralles / Roslyn Shopping Cart DslA shopping cart DSL built on top of Roslyn APIs