Jay Harris
Jay Harris
Comment on 29f288c was to wrong issue.
The `vs` and `vsadmin` commands can be significantly minimized by just using `start`.
This PR does not support the new startup style that unifies `Program.cs` with `Startup.cs` and eliminates the `Configure` and `ConfigureServices` methods (https://docs.microsoft.com/en-us/aspnet/core/fundamentals/startup?view=aspnetcore-6.0). This PR focuses on existing applications that have...
This works great. Thank you.
My thought was that `someFolder/` as a pattern could be functionally equivalent to `someFolder/*.*` Changing a file seems to not only emit `changed` on its `watchFile`, but also `changed` on...
Thinking on this over the evening, `someFolder/` is still a valid pattern. `someFolder/**/` is as well, which would return `someFolder/` as well as all sub-directories, but not the files. It...
Using Gulp or Grunt, if I am watching `./js/*.js` with 1,000 javascript files, the open file handles will kill my local machine. However, since the only thing in my `./js/`...
Yes. Any of the `vr*` templates will render the proper type value instead of `type`. It also renames the `t` mnemonic for test methods to `tm` so that additional test-based...
This addresses #1 and is the beginning of correcting #5
I do think it would be worthwhile to be extensible. Even if EFCore didn't automatically support serialization of `DateTimeOffset`, it would be helpful to say "Hey, I know that this...