Matthew Steeples
Matthew Steeples
I think this is now supported thanks to some new APIs added to .NET 7/8. I've put the following in my `program.cs` file: ``` builder.Services.AddBlazoredLocalStorage(options => { options.JsonSerializerOptions.TypeInfoResolver = SerializationContext.Default;...
OK, so I was a bit premature there. There's a small code path that isn't happy about enabling source generators. I'm going to see if I can put together a...
As a workaround, renaming the folder to `net6.0-windows7.0` works for creating the package
Yep, it builds now thanks. I'll keep an eye out for those transition periods
The 9999.9.9.9 was deployed by mistake which is why it's deprecated. Earlier versions are not deprecated.
Apologies all, had a lot going on. Still very much interested in getting this library modernised. I've dropped you an email @dahlbyk
I can verify this issue. The version of the DLL that I have in C:\Program Files (x86)\Microsoft Band Sync is 1.3.20329.1 so I'm going to try an AssemblyRedirect at some...
I've got 2 suggestions looking at the location of the stacktrace 1) The first one is to dispose the memory stream once finished with it (in a using statement) 2)...
Related - https://feedback.azure.com/forums/269742-batch/suggestions/9892977-support-on-premise-batch-nodes
Pushed a change today for this that updates the version of Azure Data Tables in use. This is so that the `Uri` property can be read (which gives a more...