You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
Someone asked me a while ago to add a csproj to this project so if they want to use Visual Studio as their editor they can without fiddling with setup themselves. Apparently the advice currently in place is slightly problematic. I'm up for doing the work but I thought I'd check first if you were likely to take the PR?
I'd probably use this as a basis for plugging Visual Studio into the mix:
There's some jiggery pokery to run in watch mode in vs whilst in debug mode and doing a complete build once with modification etc when in release mode. Essentially the setup turns VS into just a TypeScript editor by adding the nuget package for TypeScript and then deactivating the msbuild version of TypeScript compilation in favour of the non / Webpack one.
As I say it's already tried and tested but you might feel it's slightly complex and so not a good fit for samples which are, in the main, quite simple.
Heya,
Someone asked me a while ago to add a csproj to this project so if they want to use Visual Studio as their editor they can without fiddling with setup themselves. Apparently the advice currently in place is slightly problematic. I'm up for doing the work but I thought I'd check first if you were likely to take the PR?
I'd probably use this as a basis for plugging Visual Studio into the mix:
https://github.com/johnnyreilly/poorclaresarundel/tree/master/PoorClaresAngular
I'm using this approach demonstrated in this repo commercially so I'm fairly happy it's battle tested.
But as I say, your call if you want it.
The text was updated successfully, but these errors were encountered: