Skip to content

Instantly share code, notes, and snippets.

@JakeGinnivan
Last active January 6, 2022 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JakeGinnivan/a6685c0a4b23b09f3a6381c8c5a8e1a7 to your computer and use it in GitHub Desktop.
Save JakeGinnivan/a6685c0a4b23b09f3a6381c8c5a8e1a7 to your computer and use it in GitHub Desktop.
"omnisharp.enableImportCompletion": true,
"omnisharp.enableRoslynAnalyzers": true,
"omnisharp.organizeImportsOnFormat": true,

Then https://github.com/nx-dotnet/nx-dotnet. Use NX to manage the mono repo and the .net (and other languages) of projects.

Can then pnpm nx run-many --target=build --all to build all projects, .net or otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment