Anthony Simmon

@anthonysimmon.com

Staff developer at Workleap. Writes blog posts on https://anthonysimmon.com about .NET, Azure, other Microsoft technologies and software development in general.

Workleap's C#/.NET coding standards has reached 100 stars in just a couple of days. It seems that people like the idea of simply installing a NuGet package to get code styling, best practices for performance, quality, and security enforced by default in any IDE and during CI builds! #dotnet #csharp

Bild
Anthony Simmon@anthonysimmon.com · last yr.

We standardized our C# code style, fine-tuned hundreds of built-in Roslyn analyzers and MSBuild properties, all bundled into a single reusable NuGet package. No more EditorConfig files! Learn more at medium.com/p/02ff340b4a96 🧵Learnings and benefits in thread... #dotnet #csharp

We standardized our C# code style, fine-tuned hundreds of built-in Roslyn analyzers and MSBuild properties, all bundled into a single reusable NuGet package. No more EditorConfig files! Learn more at medium.com/p/02ff340b4a96 🧵Learnings and benefits in thread... #dotnet #csharp

How we enforce .NET coding standards at Workleap to improve productivity, quality and performance

Distributing .editorconfig and MSBuild properties across hundreds of .NET projects is now as easy as adding a single NuGet package.

medium.com

Extract OpenAPI specs from #dotnet web apps automatically. Fail CI checks if the spec isn't synced with #csharp code, validate it against Spectral rules, and catch breaking changes. All handled at build time by a single NuGet package made at Workleap. medium.com/p/8a535d813244

How we enforce web API standards and guidelines at Workleap

We automate API specs as first class citizens, keeping them versioned, validated, and checked for breaking changes in ASP.NET Core projects.

medium.com

It's kind of the best of both worlds - the Jetbrains developer experience and productivity, and the latest available GitHub Copilot features on VS Code #dotnet #jetbrains #vscode #csharp

JetBrains ReSharper@resharper.jetbrains.com · last yr.

ReSharper in #VSCode: Public Preview Begins! 🚀 The legendary C# productivity toolkit has just become available for Visual Studio Code. Your editor may change, but your ReSharper benefits remain. Dive into the details here: jb.gg/rs-in-vscode... #dotnet #visualstudio #csharp #.net #jetbrains

JetBrains ReSharper has just become available as a C-sharp development productivity extension for Microsoft Visual Studio Code

Au menu de notre table ronde de Mai : - Les avancés de Docker dans l'IA, - Choisir (ou pas) entre SMB et NFS, - Les AI Agents dans Azure AI Foundry, - Les simplifications qu'apporte Workload Identity Federation. Bonne écoute et visionnage de notre 69ème épisode...⬇️⬇️⬇️

Bild

There's an upcoming feature in .NET Aspire that adds a live graph view of resources in the dashboard. However, I believe there's value in generating a static architectural diagram that could be embedded in documentation, for instance. Here's how: anthonysimmon.com/generating-a... #dotnet #aspire

Generating architecture diagrams from .NET Aspire resources at publish time

Use the new relationship capabilities in .NET Aspire 9.1 to build a custom Mermaid exporter for generating architecture diagrams that are always up-to-date.

anthonysimmon.com