Dave Higgins

Results 14 issues of Dave Higgins

**Description** I have a dockerfile which takes a build arg (it's an access token). This dockerfile is referenced as the build of a service in docker-compose.yml. running `docker-compose build --build-arg...

There is no built in support for viewing and reviewing pull requests in VS2022. It just opens a web browser.

in a folder structure like: ``` /src/nuget.config /src/app/nuget.config /src/app/main.csx ``` packages should be available in main.csx from the sources of all nuget.config files as per https://docs.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior#how-settings-are-applied dotnet-script is ignoring the...

I had this runtime dll not found problem when referencing one of our packages that uses System.Reactive, I'll show at end. I tried a simple repro script and found it's...

bug

Sometimes we want to conditionally reference packages: https://stackoverflow.com/a/60401988/13331441 Opened similar feature request in roslyn for `#r` in general, but from what I remember I think you parse the nuget directives...

See https://github.com/NuGet/Home/issues/5445 It would be helpful to pass the --force flag to nuget restore in order to bypass the noop cache of nuget so that scripts will check for a...

Example from immediate mode: ``` var d = new JObject(); Expression has been evaluated and has no value d["test"] = "hello"; {hello} First: '(d["test"] = "hello").First' threw an exception of...

I am 90% sure discriminators such as the below are openapi dialect, so not sure if yaml language server is supposed to support this schema definition. ```json "typebase": { "type":...

Please mark the type framework used: - [ ] ASP.NET MVC - [x] ASP.NET Web API (OWIN) - [ ] ASP.NET Core - [ ] WPF - [ ] WinForms...

Feature

i.e. if we know or approx the memory usage of each entry in `Mb` and want to bound the cache to `X Mb`. I see there's a fixed capacity internally...

enhancement