reijerh

Results 4 issues of reijerh

### Description _(Tested in 4.8, net5.0, net6.0)_ Using `paket add --interactive` doesn't do what it should; instead of adding the specified package interactively, it justs adds the package to the...

System.Web.Mvc and System.Web.WebPages are nuget package dependencies nowadays, available in Microsoft.AspNet.Mvc and Microsoft.AspNet.WebPages. They were first specified this way in https://github.com/RazorGenerator/RazorGenerator/pull/73 (issue: https://github.com/RazorGenerator/RazorGenerator/issues/5). However, in the 2.4.7 I'm currently using...

# Allow 'use ptr = fixed &mem' in computation expressions I propose we allow pinning locals in computation expressions (CEs) via `use ptr = fixed &mem`. This is currently not...

area: computation-expressions

### What happened? Saw this in idea.log, think during startup. ### Relevant log output or stack trace ```shell 024-02-19 13:27:11,733 [ 28607] WARN - #c.i.o.a.AnAction - ShortcutSet of global AnActions...

bug