On this week's #Blazor Community Standup:
๐ Full Stack Blazor Tips and Updates
โญ Daniel Roth, Mackinnon Buck, Jon Galloway
๐ Tuesday | Sep 12
โฐ 10:00 AM Pacific | 17:00 UTC
โถ๏ธ https://youtu.be/47CZqb53nCM #dotnet
https://github.com/dotnet/runtime/pull/54985 - C# reflection on #dotNET nullable reference types including "it was compiled before C#8 so we don't know" `new NullabilityInfoContext(propertyInfo).ReadState == NullabilityState.NotNull`
My #dotnet Holy ๐
๐๏ธ Net 8 Workflow Engine
====================
๐จ ReactFlow Design Surface
โก๏ธ C# / TS Activities
โ๏ธ Webhook Triggers
๐จ Hot-Update bits by Nuget Feed
If you build this I will weep and throw ๐
Multi Triggers allow you to specify multiple conditions which have to all be true for a trigger to be executed. With that you can do all kinds of crazy things with your .NET MAUI controls.
In this video we will learn all about it!
https://www.youtube.com/watch?v=8H16eerqmII&list=PLfbOp004UaYWMhAu5zy7bkUrAPGD_I_2-&index=2
What a quality of life feature in #Rider and #ReSharper ๐
You can find extension methods through code completion even if they're not yet imported. Respective using directive will be added automagically!
Dew Drop โ September 11, 2023 (#4022)
Top links today:
- Which version of .NET MAUI should you use
- Your Xamarin.Forms apps need to migrate to .NET MAUI by May โ24
- .NET Monthly Roundup - Aug โ23
- Reserve your Kalahari Room this month for TechBash
- WPF File Dialog improvements in .NET 8
- iOS debugging w/ Windows - VS Code Extension
- iOS debugging w/ Windows - Hot Restart
https://www.alvinashcraft.com/2023/09/11/dew-drop-september-11-2023-4022/
#dotnet #ai #cloud #webdev #windowsdev #mobiledev #csharp #visualstudio #dotnetmaui #dewdrop
#dotnet #ai #cloud #webdev #windowsdev #mobiledev #csharp #visualstudio #dotnetmaui #DewDrop
Hey folks! Have a look ๐
Breaking Free From Exceptions โ A Different Way Forward
https://dev.to/devleader/breaking-free-from-exceptions-a-different-way-forward-2dcp
#dotnet #programming #coding #csharp
Grafana/OpenTelemetry.Net help needed.
Completely new to Grafana and Open Telemetry.
I need help setting up a Grafana data source for my .Net application.
I posted this question on Stack Overflow: https://stackoverflow.com/questions/77077231/asp-net-7-using-opentelemetry-to-send-traces-metrics-to-grafana
Any help would be greatly appreciated.
#dotnet #grafana #opentelemetry
I love it when all sorts of #dotnet comes together for a project: https://www.hackster.io/wilderness-labs/run-meadow-within-a-maui-windows-application-196d8d @wildernesslabs #dotnetmaui
.NET 8 introduces a new TimeProvider abstraction.
It allows time mocking in the test scenarios.
It is supported by other features that rely on time, for example, Task.Delay.
Also, a netstandard 2.0 library Microsoft.Bcl.TimeProvider has been created with this provider.
#dotnet #UnitTesting #time #timezone
We just shipped new prerelease versions of the core framework and the Visual Studio adapter.
- We've added new overloads of Assert.RaisesAny and Assert.RaisesAnyAsync
- We've made SerializationHelper public
- We've fixed potential analyzer errors for users of xunit.assert.source
- We've fixed a bug in the Visual Studio adapter that affected runner authors.
Release notes:
https://xunit.net/releases/v2/2.5.1-pre.33
https://xunit.net/releases/visualstudio/2.5.1-pre.15
#dotnet #csharp #fsharp #unittest #tdd
i use none of these, #microsoft
#dotnetconf #dotnet #dev #standards
two of these are actually files to download (both being .ics), but could you please just say that? this *is* a *developer* conference, after all.
#microsoft #dotnetconf #dotnet #dev #standards
I'm looking for recommendations on configuration servers / providers that have #dotnet support for a config provider supporting IOptions/etc with reload on-change. I've messed with Spring Cloud Config and Steeltoe, but I'm not going to be able to make that work.
Curious about everything that's outside of Azure, but truthfully there's no way I'll get to use it unless it's self-hosted ๐
Thanks for any help!
Heute mal wieder in die Metriken unseres Teams geschaut: fรผr Galaxus und Digitec lassen wir รผber 20 Mio. Empfehlungen (nicht Items) pro Tag raus ๐คฏ
#recommendations #dotnet
Earlier this year, around //build โ some NuGet packages shipped. One of which is named AutoClient. It relies on a source-generator, emitting interface implementations and DI hooks for REST API HTTP clients, check it out:
:dotnet: #dotnet :csharp: #csharp
๐ค #sourcegenerator
https://www.nuget.org/packages/Microsoft.Extensions.Http.AutoClient
#dotnet #csharp #sourcegenerator
Nice way to end the week, whipped up a minimal API project to serve apple-app-site-association and assetlinks.json files from values in appsettings.json using techniques from @andrewlock blog https://andrewlock.net/adding-validation-to-strongly-typed-configuration-objects-in-dotnet-6/ #dotnet #DotNetMaui
Hey friends! Happy Friday! Check this out!
ASP.NET Core Tests That Once Saved Me Are Now WRECKING Me!
https://m.youtube.com/watch?v=ZHuJvkGau2w&feature=youtu.be
#dotnet #programming #coding #aspnet