Skip to content

Commit

Permalink
Merge pull request #14 from jeremytammik/master
Browse files Browse the repository at this point in the history
fix roslyn link
  • Loading branch information
ricaun authored Feb 18, 2024
2 parents 11fc4d4 + 66f34a5 commit 917e0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This project was generated by the [AppLoader](https://ricaun.com/apploader/) Rev

## Limitations

In Revit 2021+ the `CodeDom.Compiler` uses the (Roslyn)[https://github.com/aspnet/RoslynCodeDomProvider] version compiler.
In Revit 2021+ the `CodeDom.Compiler` uses the [Roslyn](https://github.com/aspnet/RoslynCodeDomProvider) version compiler.
The Roslyn compiler is a new compiler that supports C# version 6 and above.

`CodeDom.Compiler` only work with C# compiler version `v4.0` maximum, the following features do not work in C# version 4.
Expand Down

0 comments on commit 917e0b9

Please sign in to comment.