Steve Smith

Results 272 comments of Steve Smith
trafficstars

Came here to suggest the same thing!

Good point. Unfortunately a big breaking change but one we can probably absorb into a future version.

Probably best to hold on this until I get the Vogen branch merged in.

I've seen this as well but I'm not sure how to resolve it. I agree it's a problem and especially nasty since it's only detected at runtime. This seems related...

I think the right next step is to publish a v5 version and if possible update the release notes for v4.6 as you suggest. I've added some more notes here...

Ok, I've updated the release notes on 4.6 (later than I'd meant to - sorry!) and published a new v5.0 version which only has one change in it (non-functional -...

1. This issue remains; I'm still able to repro it using a parent project targeting 5.0 and a dependent one targeting 4.5. 2. Using 4.5 for both or using 5.0...

I'm not sure I'm going to be able to resolve the missing method exception across the v4.5 - vLater divide at this point. Adding method overloads just leads to ambiguous...

Just ran into this today setting up BlazorWebAssembly->API-with-Identity-Server in 7.0.4. The base template (File New Project, Blazor WebAssembly, Add Authentication, Individual Accounts) has this: ```csharp using BlazorApp1.Client; using Microsoft.AspNetCore.Components.Web; using...