Replies: 1 comment
-
Hi @joncham -- Sorry I just saw this. You can do what the FlatSharp "E2E" tests do, which is to manually invoke the compiler as a prebuild step. Another thing I do is create a "local nuget" and put .nupkg files there, which VS can see if you add a local folder as a source. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like the Samples project always pulls the FlatSharp assemblies from NuGet. Is there a way to easily reference locally built assemblies out of the same source tree? Otherwise if I add a new sample relying on changes in the same PR it doesn't work. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions