ThisAssembly
Assembly info class
Exposes project and assembly level information as constants in a reusable class
Exposes project and assembly level information as constants in the ThisAssembly class using source generators powered by Roslyn.
446 stars
8 watching
25 forks
Language: C#
last commit: 11 months ago
Linked from 1 awesome list
csharp-sourcegeneratorroslyn
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Generates extension methods for immutable data types in .NET. | 41 |
| | A C++11 library to create and manipulate .NET assemblies and executables in various formats. | 56 |
| | Automatically generates constructors and associated code for managing dependencies in C# classes | 85 |
| | Allows executing code during compilation to improve runtime performance | 20 |
| | A collection of tools to simplify C# development with Roslyn diagnostics and code fixes. | 160 |
| | Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |
| | Compiles .NET assemblies to JavaScript, allowing reuse in web apps by converting portable parts into reusable TypeScript files. | 965 |
| | A source generator that creates type-safe classes inspired by Kotlin's enum class | 4 |
| | Provides C++ API bindings to the WebAssembly runtime engine | 86 |
| | A .NET assembly and module reader/writer library | 2,185 |
| | A Java library that enables the execution of native assembly code from Java | 125 |
| | A container class with efficient append operations on either end. | 37 |
| | A solution to a Visual Studio issue where source generator changes aren't reflected in IntelliSense. | 3 |
| | Analyzes .Net assembly code dependencies and relationships | 37 |
| | Generates overloads to handle variable-length parameter arrays without heap allocations | 5 |