Yes! Finally successful in getting my #dotnet7 #Blazor app to import #Mastodon Lists from a csv backup file.
It's nuts how there's actually NO W3C standard for passing array-parameters in a query: https://stackoverflow.com/a/67095427 . It's framework dependent, and is PHP dialect here.
https://docs.joinmastodon.org/methods/lists/#accounts-add wants an account_id array, but NOT in json which would be more concise.
Instead, it's fat pairs of literally { "account_ids[], "<account-id>" } for every account to add!
#dotnet7 #blazor #mastodon #mastodonmigration
#dotnet7 breaks existing restriction when using generics. It is now much easier to implement generic math types.
I wrote a small article explaining the limitations and how you can use the new features.
#dotnet #csharp
https://link.medium.com/6RCzxztswAb
@TimPurdum Right, I flied a GitHub against that API as the issue started in at least 09/2021 and is STILL unresolved.
I tried out the only solution (hack by @dotMorten) and then hit another wall where the thread didn't have some necessary permissions.
They closed that issue to combine it with https://github.com/microsoft/WindowsAppSDK/issues/441 where people are still begging for updates right up to June 4, 2023 !
It's 2023, #dotNET7, and this is fubar is still happening in a #Blazor Hybrid #MAUI app:
"System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
---> System.IO.IOException: Cannot determine the frame size or a corrupted frame was received."
Meanwhile, back to 2021 in .NET 5.0 -- same: https://stackoverflow.com/questions/64610237/net-5-0-cannot-determine-the-frame-size-or-a-corrupted-frame-was-received
Things I hate about new Microsoft APIs. Completely untested alpha quality, and tied to OS version.
Need Win11 upgrade from Win10? wth.
I've just released the first beta version of my NetFabric.Numerics.Angle!
It provides a powerful and flexible set of tools for working with angles in your #dotnet7 projects. Calculate, convert, and compare angles with type safety and units support.
https://www.nuget.org/packages/NetFabric.Numerics.Angle/1.0.0-beta01
If you are interested in how #dotNET came to its current incarnation, these two blog posts by @andrewlock are drawing a pretty complete picture:
Understanding the .NET ecosystem: The evolution of .NET into .NET 7
https://andrewlock.net/understanding-the-dotnet-ecosystem-the-evolution-of-dotnet-into-dotnet-7/
Understanding the .NET ecosystem: The introduction of .NET Standard
https://andrewlock.net/understanding-the-dotnet-ecosystem-the-introduction-of-dotnet-standard/
#learning #knowledge #NETFramework #NETStandard #dotNET7 #history #ecosystem
#dotnet #learning #knowledge #netframework #netstandard #dotnet7 #history #ecosystem
Several features have been added to #MinimalAPIs with the #dotnet7 release. This tutorial shows how they are now almost as powerful as traditional controller-based APIs while being far less verbose.
#InfoQ article by Fiodar Sazanavets: http://bit.ly/3yRd2a2
#minimalapis #dotnet7 #infoq #dotnet #aspnetcore #api
I'll be messing with the #YouTubeAPI on a side project I'm working on. Has anyone I know done much with it?
Any advice, direction, suggestions? :think:
:love:
#youtubeapi #googleapi #csharp #dotnet #dotnet7
I just deployed my revamped #Gemini mirror of The Anarchist Library. It now has a search feature and is much faster and more reliable.
This rendition uses #dotnet7 and #mariadb
gemini://library.inu.red
https://portal.mozz.us/gemini/library.inu.red
#gemini #dotnet7 #mariadb #anarchistlibrary #anarchism
#dotnet Community Toolkit 8.1 has been released!
This release includes new features, bug fixes, and performance improvements to the MVVM Toolkit source generators.
Read more on #InfoQ: http://bit.ly/3YBY2aC
#dotnet #infoq #dotnetframework #dotnet7 #csharp11
There are some interesting changes and additions in #dotNET7's networking space:
➡️ New QUIC APIs
➡️ Updated networking security
➡️ Updates to the WebSockets functionality
See what's new 👇
https://devblogs.microsoft.com/dotnet/dotnet-7-networking-improvements/
Using #IsolatedFunctions is there a way to NOT hardcode the name of the #Queue trigger?
Use case would be having multiple deployment slots and not wanting to store (<queue count> * <slot count>) of app setting configurations because we don't like to nightmares when when we are not sleeping (nor when we are asleep but that is a different question)
So *NOT* this ⬇️
#azurefunctions #dotnet7 #isolatedfunctions #queue
In networking operations, #dotnet7 improves the capabilities and performance of the existing #HTTP & #WebSockets protocols. It exposed a new protocol called #QUIC and has many performance improvements compared to .NET 6.
Find out more on #InfoQ: https://bit.ly/3XIepSH
#dotnet
#dotnet7 #http #websockets #quic #infoq #dotnet
Anyone experiencing issue with #codecov ?
Their #dotnet #tool only supports #netcore 2.1, 3.1 and #dotnet5 (all currently out of support) and since linux #github agent only has #dotnet6 and #dotnet7 sdks.
Anyone out there with a better option than installing a deprecated sdk ?
I'm using #nuke and would very much like not to have to customize the generated YAML file.
The project : github.com/candoumbe/candoumbe.types
#codecov #dotnet #tool #NETCore #dotnet5 #github #dotnet6 #dotnet7 #nuke #opensource
I just upgraded https://blazorhelpwebsite.com/ to a true #DotNet7 application and I think it moves a lot faster 👍🏾😊
Keep in mind on the value of `Kind` property in a `DateTime` object. Remember to set them from `Unspecified` to an actual one in #csharp. To fix it from `Unspecified` Kind, you can call `SpecifyKind` method.
https://learn.microsoft.com/en-us/dotnet/api/system.datetime.kind?view=net-7.0
Just upgraded #Blazor Blogs from #DotNet5 to #DotNet7 https://github.com/ADefWebserver/Blazor-Blogs