macf00bar's Avatar

macf00bar

@nerei.net

268
Followers
616
Following
375
Posts
17.11.2024
Joined
Posts Following

Latest posts by macf00bar @nerei.net

That's going to sell jetbrains licenses! Let's hope and see 😀

06.03.2026 20:04 👍 1 🔁 0 💬 0 📌 0

One followup question: would it mean to be really cross-platform and cross VSCode clone? I mean, will R#Extension work on Mac, Linux and Winslop on any VSCode clone (or just on any clone where microslop doesn't allow the c#devkit? That would be the USP! Working debugger on any VSCode clone.

06.03.2026 19:56 👍 0 🔁 0 💬 1 📌 0

When the debugging really works and I can get rid of the c#/dev kit, I'll give it a try... Until then I'm fine.

06.03.2026 15:34 👍 0 🔁 0 💬 1 📌 0
RE#: how we built the world's fastest regex engine in F# | ian erik varatalu

This was a fantastic read! https://iev.ee/blog/resharp-how-we-built-the-fastest-regex-in-fsharp/

05.03.2026 16:05 👍 2 🔁 4 💬 0 📌 0

In the end VSCode is not good to handle too many extensions and gets bloated by the minute and it's worse now with the deprecation of Azure Data Studio (I hate SSMS) but the VSCode extensions so far are not on the same level as ADS was but that's what I have to live with.

05.03.2026 20:40 👍 0 🔁 0 💬 1 📌 0

Then I disabled R# and I was back in business with all the other extensions I used frequently so I got rid of the R# extension for good and now I stick to Rider or VS if ReSharper functionality is needed or use the jetbrains cli tool for code formatting based on our team dotsettings file /2

05.03.2026 20:37 👍 0 🔁 0 💬 1 📌 0

It didn't play well with the c#/devkit. Debugging a solution wasn't working anymore and refactorings I was used to from Rider/R#4VS weren't there. Then VSCode ExtensionHost started to chrash all the time so nothing was working anymore. Extension bysect then concluded it was ReSharper or C#DevKit /1

05.03.2026 20:34 👍 0 🔁 0 💬 1 📌 0

I tried it when I first read the announcement weeks ago and as fast as it was installed, I even faster uninstalled it. It was just crap. Nowhere near useable. Nice idea, but since we already have a dotultimate license, I stay with Rider or ReSharper for VS.

05.03.2026 16:43 👍 0 🔁 0 💬 1 📌 0
Post image

👀
#csharp #dotnet

25.02.2026 20:48 👍 38 🔁 9 💬 7 📌 1

finally, thx!

25.02.2026 22:17 👍 1 🔁 0 💬 0 📌 0
Andreas H. (@kosi2801@graz.social) Und wieder ein Artikel auf #orfat zu #RepairCafe Initiativen in Österreich 😃 https://wien.orf.at/stories/3342166/ Guter und treffender Inhalt, lediglich die Herkunft der Zahlen ist mir nicht ganz kl...

I weiss, es geht hier nicht um eine Wahl mit Excel Fehler, aber vielleicht kann @martinthuer.at hierzu auch was auswerten und den og Artikel hier wien.orf.at/stories/3342... aufwerten wenn man solche infos hier
graz.social/@kosi2801/11...
berücksichtigt.

16.02.2026 14:57 👍 0 🔁 0 💬 0 📌 0
Preview
GitHub - fsprojects/FSharp.MongoDB: Add support for F# types to .net MongoDB.Driver Add support for F# types to .net MongoDB.Driver. Contribute to fsprojects/FSharp.MongoDB development by creating an account on GitHub.

It's been a while I shall have completed FSharp.MongoDB - but literally had no time to spend on fixing a stack overflow.
Now it is feature complete and fully supports NRT 🎉

Enjoy F# + MongoDB ! #fsharp #mongodb

github.com/fsprojects/F...

18.01.2026 13:15 👍 13 🔁 5 💬 1 📌 0

Attention NuGet package owners!
There is highly suspicious activity. Many users are receiving invitations to become co-authors of TestPackage.Security.Research from a user named darklord, or to join an organization.

Do NOT accept these invitations under any circumstances.

#dotnet #nuget #mvpbuzz

17.01.2026 10:19 👍 7 🔁 5 💬 0 📌 1
Preview
GitHub - marcominerva/ProjectToFileBasedAppConverter: A .NET tool to convert traditional C# projects into File-Based apps A .NET tool to convert traditional C# projects into File-Based apps - marcominerva/ProjectToFileBasedAppConverter

With "dotnet project convert" we go from File-based app to project. But what if we start with a normal project, and then we want to convert it to a File-based app? I have created a small .NET tool for this: github.com/marcominerva.... And you can run it using dnx! #dotnet /cc @damianedwards.com

12.01.2026 14:43 👍 12 🔁 7 💬 0 📌 0

c’mon, cut them some slack...M$ has been sooo busy shipping the truly crucial features, like ramming AI into every corner nobody asked for. Who needs record highlighting when you can have Copilot in Notepad?

05.01.2026 19:13 👍 0 🔁 0 💬 0 📌 0
Post image

A quick video from @ardalis.com showing how to programmatically and recursively add all #dotnet projects to a new solution file so you can quickly find or analyze everything in a git repository: https://www.youtube.com/watch?v=NTRzU8to4j4

#SoftwareDevelopment #CodeAnalysis

25.12.2025 20:04 👍 0 🔁 1 💬 0 📌 0
Map showing directions to North Pole, Alaska, aka Grandma's house.

Map showing directions to North Pole, Alaska, aka Grandma's house.

Over the River and Through the Woods. My post for #csadvent

#dotnet #blazor #csharp #gis timpurdum.dev/post/2025/12...

21.12.2025 18:41 👍 3 🔁 1 💬 0 📌 0
Functional Programming With C# - The Monads Were Here the Whole Time!! Not only does C# support Monads….but they were always here….

#CSAdvent post 1 for December 21, 2025!

"Functional Programming with C# -The Mondas Were Here the Whole Time!" by Simon Painter (www.linkedin.com/in/simon-pai...)

www.thecodepainter.co.uk/blog/2025122...

#dotnet #csharp

21.12.2025 17:55 👍 1 🔁 2 💬 0 📌 0
Preview
File-based apps - .NET Learn how to create, build, and run C# applications from a single file without a project file.

New reference article detailing lots of info about running C# file-based apps via `dotnet run` now available! Makes for great input to a coding agent when working on file-based apps.

learn.microsoft.com/dotnet/core/...

19.12.2025 20:02 👍 23 🔁 11 💬 1 📌 1

Nice one👏

Everything about #dotnet File-based apps in one place.

Great starting point👇

19.12.2025 21:27 👍 5 🔁 5 💬 0 📌 0
Preview
Streamlining Remote C# Scripts with .NET 10 runfile TL;DR: Run remote scripts instantly with the ref format [host/]owner/repo[@ref][:path]. dnx runfile kzu/run:clean.cs With .NET 10, we are seeing continued improvements in how we can run C# code directly. The new runfile feature allows for a more streamlined execution of local C# files, making it easier than ever to treat C# as a scripting language. The Problem: Sharing Scripts However, what if your scripts aren’t local? What if you want to share useful utility scripts across your team or the world without requiring everyone to clone a repository or copy-paste code? Enter the runfile global tool. The Solution: dnx runfile...

In .NET 10 you can run C# files as scripts, but imagine sharing scripts in GitHub repos and then executing them by owner/repo and path… Cool stuff!

20.12.2025 09:00 👍 1 🔁 1 💬 0 📌 0
Preserving code that shaped generations: Zork I, II, and III go Open Source Microsoft’s Open Source Programs Office (OSPO), Team Xbox, and Activision are making Zork I, Zork II, and Zork III available under the MIT License.

Open sourced Zork today opensource.microsoft.com/blog/2025/11... and ran it on a swarm of containers in the cloud 😂

20.11.2025 18:42 👍 476 🔁 138 💬 13 📌 20
Blazor vs React: Why This .NET Architect Finally Picked a Side Blazor vs React is a question every .NET developer eventually asks. Blazor lets you build interactive web UIs with C# instead of JavaScript. If you're already a .NET developer, this means one language, one ecosystem, and far fewer existential crises about which state management library to use this quarter.

Blazor vs React: Why This .NET Architect Finally Picked a Side

Blazor vs React is a question every .NET developer eventually asks. Blazor lets you build interactive web UIs with C# instead of JavaScript. If you're already a .NET developer, this means one language, one ecosystem, …
#hackernews #news

12.12.2025 14:03 👍 1 🔁 1 💬 0 📌 0
Post image

I am genuinely SUPER EXCITED to announce that support for C# file-based apps (aka FBAs, new in #dotnet 10) is now enabled in the C#/C# Dev Kit extensions for @vscode.dev *by default*! We're going to continue refining & improving this experience over the coming months so update today!

11.12.2025 19:38 👍 25 🔁 5 💬 0 📌 0

Microsoft won’t fix .NET RCE bug affecting enterprise apps • The Register https://www.theregister.com/2025/12/10/microsoft_wont_fix_net_rce/

11.12.2025 05:42 👍 0 🔁 1 💬 0 📌 0
Strudel REPL Strudel is a music live coding environment for the browser, porting the TidalCycles pattern language to JavaScript.

Ever heard of strudel.cc?
It's a REPL to play with sound generation. I think the backend is written in Haskel so, functional FTW!
In the hands of someone professional, this could be used to create something awesome!
have a look here: youtu.be/iu5rnQkfO6M

09.12.2025 01:06 👍 0 🔁 0 💬 0 📌 0
Advent of Code 2025

I just completed all 25 days of Advent of Code 2024! #AdventOfCode adventofcode.com

07.12.2025 22:08 👍 10 🔁 0 💬 0 📌 0
Preview
Turn your .NET CLI tool into a local MCP Server for use with GitHub Copilot in VS Code I am the maintainer of a command line tool - T-SQL Analyzer, that helps you detect bad practices and anti-patterns in your SQL Server CREATE scripts. You can read more about the tool in my recent…

December .NET Data countdown 7:

Turn your .NET CLI tool into a local MCP Server for use with GitHub Copilot in Visual Studio and VS Code

07.12.2025 16:05 👍 7 🔁 2 💬 2 📌 0

nice work!

07.12.2025 18:21 👍 1 🔁 0 💬 0 📌 0
Preview
Join the FSharp Discord Server! A friendly abode about the F# functional programming language. It empowers everyone to write succinct, robust and performant code. | 2830 members

Non periodic reminder that there's an unofficial F# discord where some members of the community hang out
discord.gg/fsharp-19669...

#programming #languages #dotnet #fsharp #developers

30.11.2025 04:29 👍 16 🔁 3 💬 0 📌 1