bkaid
bkaid
Nice! ``` dotnet list package --deprecated --include-transitive dotnet list package --vulnerable --include-transitive ``` Both give a clean result for my project now as well after upgrading. And Newtonsoft.Json.dll is finally...
To keep support for 3.1, I could update the target frameworks to `netcoreapp3.1;net6.0` as the `FrameworkReference` will work for both of those.
Added back the net461 target. .NET 6 and .NET Core 3.1 will use SignalR from the framework itself, and .NET Framework 4.6.1 targets will use SignalR from the existing SignalR...
Being able to specify a --config parameter would be great. My scenario is I upload to two different buckets - js/css/images/etc go to a cloudfront bucket and .html go to...
@laurilehmijoki Great suggestion - I was over-complicating it. For some reason I thought my CloudFront distribution needed to have a separate bucket but as you mention that is not the...
0.18.0 also causes issues for me as well. .NET Core 3.1. ``` public class MyModel { public Guid Prop1 { get; set; } public string Prop2 { get; set; }...
I've created a [gist](https://gist.github.com/bkaid/014fff35d941754f1e5e954c25e91900) with a test that works on 0.17.0 and doesn't on 0.18.0. It turns out the issue for me was using a Guid for a route value...
@stalebot please leave this open - hoping it gets implemented