Testura / Testura.Code

Testura.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.
MIT License
297 stars 30 forks source link

updated installed packages to latest version #97

Closed jeffward01 closed 1 year ago

jeffward01 commented 1 year ago

Reference issue: https://github.com/Testura/Testura.Code/issues/90#issuecomment-1282928486

Thanks for the arrow expression! It's a great help, and also helps me become more familar with the Roslyn syntax.

I updated the nuget packages to latest, and ran all tests with success.

We should probably merge this PR, before the net7.0 PR is merged: https://github.com/Testura/Testura.Code/pull/95


Let me know if you need me to make any changes to this PR

jeffward01 commented 1 year ago

I don't think I can merge my own PR's