Eric Williams

1 Followers
13 Following
10 Posts
Dotnet developer focused on C# 
Currently building a control system application powering commercial building management systems, life safety, automation, and audio visual systems.
Avid cyclists who tends to solve my most challenging issues on the bike.
GitHubhttps://github.com/ewilliams0305
Stravahttps://www.strava.com/athletes/640673
I think I rather like this #primaryconstuctors think in #csharp #CSharp12 #dotnet8
GitHub - wieslawsoltes/NXUI: NXUI (nex-ui), next-gen UI - Create minimal Avalonia applications using C# 10 and .NET 8

NXUI (nex-ui), next-gen UI - Create minimal Avalonia applications using C# 10 and .NET 8 - wieslawsoltes/NXUI

GitHub

Source generators in #DotNet are maddeningly difficult to build, debug, and make reliable. Even a basic example works "sometimes" in Visual Studio Pro, and even less often in #VSCode. The latest SDK using IIncrementalGenerators are a nice concept/idea as they contribute code to the build/IDE without disk IO and update only when changes have happened.

At least that's how they're supposed to work.

https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md

#CSharp #Microsoft #VisualStudio

roslyn/docs/features/incremental-generators.md at main · dotnet/roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs. - dotnet/roslyn

GitHub