Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Tags: AArnott/CodeGeneration.Roslyn

Tags

v0.7.63

chore: v0.7 stable release

v0.6.1

v0.6, roslyn 3.1

v0.5.13

Verified

This commit was signed with the committer’s verified signature. The key has expired.
AArnott Andrew Arnott
Fix mispelled word in error message

v0.4.88

Verified

This commit was signed with the committer’s verified signature. The key has expired.
AArnott Andrew Arnott
Load assemblies from consuming project's reference paths

As part of code generation, the Roslyn API may sometimes need to load an assembly referenced by the project being built. (ya, I know... scary). This allows us to resolve such assemblies.

v0.4.74

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #90 from AArnott/fix32

Evaluate real preprocessor symbols

v0.4.65

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #86 from AArnott/fix84

Target .NET Core 2.0 with the `dotnet-codegen` tool

v0.4.62

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #75 from LokiMidgard/Logger

Logger

v0.4.49

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #74 from AArnott/xunitRunnerUpdate

Update xunit test runner to 2.3.1

v0.4.42

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #70 from amis92/fix/commandline-inlining

Inline System.CommandLine into Tool project, closes #63

v0.4.37

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #67 from Pzixel/feature/global_attributes_generation

Assembly attributes support