Frulfump

Results 84 comments of Frulfump

@DevTKSS Yes sounds good! Yeah I think it would be empty then but maybe the LICENSE file should have a place holder in that case to make it clear where...

For NuGet packages I use `MIT` and ` `. I add them to the main `.csproj` I haven't considered if I should add it to my `Directory.Build.Props` file really but...

Oh is it already too late for 10.0.2? .1 was just released so .2 would be in January and now we need to wait until February?

Yeah still waiting on 4.4.1 but https://github.com/Azure/azure-functions-dotnet-worker/issues/3152#issuecomment-3528744669 doesn't seem to show winget as a tracked distribution channel which is a real bummer. 4.4.1 is stuck on this PR https://github.com/microsoft/winget-pkgs/pull/312504

> @martincostello csharp 14 support is here: https://github.com/stryker-mutator/stryker-net/pull/3353 > > I tried to get it in there, but ran into some issues similar to https://github.com/stryker-mutator/stryker-net/issues/3379 on the linux integration test...

> It's the recommended way _today_, but it is a gap in the overall NuGet lockfile story. Our current recommendation for users that use lock files is to _also_ lock...

https://www.nuget.org/packages/Microsoft.Graph.Beta/5.115.0-preview#dependencies-body-tab Shows What's pulling in `Microsoft.Bcl.Memory 9.0.0` if you are using .NET 8 SDK 8.0.400 or later. https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-why using `dotnet nuget why Microsoft.Bcl.Memory` should give some leads. Created https://github.com/dotnet/runtime/issues/117647 to...

@svrooij hmm I don't think so, I tried this (rg is ripgrep https://github.com/BurntSushi/ripgrep) Adding a global.json since I have the .NET 10 preview 5 installed as well https://www.nuget.org/packages/Microsoft.Graph.Core/#dependencies-body-tab shows [Microsoft.Kiota.Authentication.Azure](https://www.nuget.org/packages/Microsoft.Kiota.Authentication.Azure/)...

Can you provide a minimal repro? I tried this down below and couldn't repro the issue, installed the latest template since mine were outdated for some reason even though I...

@Naveen194 Interesting, 10.0.2 is also marked as vulnerable on NuGet.org but I see if you use another feed that might block downloads or modify packages it could cause issues then....