Stephen Just

Results 11 comments of Stephen Just

Upstream was having some problems with the patches too, so it's probably best to drop this for now.

> Before OpenTelemetry .NET officially signs the DLL files, users are advised to do their own signing after verifying the integrity of the NuGet packages (using the NuGet signing, as...

This is how we worked around the issue, yes. We changed the targets of our shared library to net472;netstandard2.1 to force net framework and core to use different binaries.

You can repro this by cloning https://github.com/stephenjust/AspNetCore-FullFramework You can start the project "WebApplication.Basic" in that repo's current state, then install Microsoft.Identity.Web.TokenCache which will cause AspNetCore to break. AspNetCore seems to...

I'm still reproducing this on the Kickoff release

Are there additional base-image changes required for this? Starting from the 2025.0.0-beta2 image on Orange Pi 5 Plus, I'm seeing the new connection being created, but it's not being used:...

> > The behavior is that I can connect over ipv6 link local until the connection is eventually killed due to dhcp timeout (but it doesn't cut over to the...

Should we call out that the uboot flash is only required once? Once that has been done, you can image the SSD directly with a USB M.2 writer. (I've been...