Daniel Rosenberg

Results 30 comments of Daniel Rosenberg

OK so to summarize, it seems there are two separate issues with VS2015. 1. The Razor editor doesn't get that `System.Web.Mvc` is actually there unless it's `CopyLocal=true`. It matters not...

I did a little experiment. Added a brand new MVC project to the solution in VS2015. The project template configured everything based on MVC 5.2.3 and .NET Framework 4.5.2. All...

1. No errors for anything else that I've seen yet, only for `System.Web.Mvc` - although I can't be sure, might simply be because types no from `Orchard.Core` or `Orchard.Framework` are...

Tried adding the ´System.Core` reference manually - had no effect. I guess the next logical step is to simply eliminate the differences between an existing module and a newly created...

@nturinski I think it's generally not a good idea to try to duplicate MSBuild functionality, because it leads to exactly these kinds of issues when those semantics are expanded or...

@alexrp Could you use the method described here? https://www.meziantou.net/cancelling-console-read.htm I just tested it quickly now on Windows 11 on .NET 8, and it seems to work fine in Windows Terminal...

@alexrp OOC, as things stand right now, what actually happens in cathode on Windows when cancellation is requested on the token provided to the `Terminal.ReadLineAsync()` API you mentioned above?

Glad I could help @alexrp! OT: The reason I started looking into this last night and eventually found my way to this thread is - surprise - I need this...

@alexrp I'm not quite sure what you mean by cooked vs. raw line input, but today we are basically doing this when reading line input (in order to support masking...

Yes, did not know about that. I think it's not documented in the troubleshooting section?