The .NET ecosystem has long been a staple of enterprise development, but lately, the mood in the community feels… uneasy. From rumblings on social media to open letters and flamey blog posts, developers are starting to ask tough questions:
Is .NET losing its soul? Is it still a welcoming place for open-source contributors? And is the community that built so many of its best tools now being left behind?
In Episode 42 of The Beer Driven Devs, we tried to unpack all of this. Here’s the gist.
The IdentityServer “rug pull”
When IdentityServer, once the de facto standard for .NET auth, moved to a commercial license, many developers felt blindsided. But was the surprise truly about Duende’s decision, or Microsoft’s role in setting expectations?
Microsoft had included IdentityServer in the official .NET templates, effectively promoting it as the default approach to authentication and authorisation. For many developers, especially those newer to the ecosystem, this created an implicit assumption: if it’s in the box, it must be both official and free.
When Duende took IdentityServer commercial, the shift was understandable, driven by sustainability and resource constraints, but the messaging around that shift lacked coordination with Microsoft. Developers were left scrambling to decide whether to pay, replace, or reinvent a critical piece of their application’s infrastructure.
Should Microsoft have offered clearer transition guidance or better alternatives? It’s a fair question. Some have pointed to Entra ID (formerly Azure AD) as a possible migration path. It’s free up to a point and doesn’t have the monthly active user (MAU) limitations of Azure AD B2C. But it lacks the customisation and flexibility that made IdentityServer so appealing in the first place.
.NET 8 introduced new Identity endpoints, but they’ve been met with cautious optimism at best. Community sentiment remains mixed, especially when it comes to using them in commercial or production-grade applications where fine-grained control is non-negotiable. And, not being OIDC, they require custom client code.
The IdentityServer situation ultimately raises a deeper issue: when platform maintainers endorse third-party tools, especially in templates, they bear some responsibility for the ecosystem impact if those tools pivot or vanish. Without coordinated support or communication, developers are left holding the bag.
April’s One-Two Punch
More recently, Jimmy Bogard announced that Automapper and MediatR would adopt a commercial model. Again, it triggered a wave of reactions – from “finally, good for him” to “this is the end of OSS in .NET.”
The truth? It’s complicated. Many of these tools have been running on goodwill for years. But their commercialisation raises questions:
- Should maintainers feel obligated to keep things free?
- What responsibility does Microsoft have, given how heavily they rely on these tools?
- Is it even possible to build sustainable open source in .NET without eventually burning out? (We’ll look at this a bit further down).
And then, on the very same day, MassTransit announced its own shift toward a commercial model. The timing was so coincidental that their team had to include an FAQ in their blog post: “Did you coordinate this announcement with Jimmy?” (They didn’t.)
But the fact that this question even needed asking highlights the broader reality: this isn’t an isolated incident. It’s a pattern. A wave of seasoned maintainers reaching a breaking point all at once.
To the community, it feels like a collective tipping point, where years of unpaid labour, rising expectations, and limited support finally became untenable.
Not All OSS Is Created Equal
IdentityServer, MediatR, and MassTransit aren’t isolated cases. But they hit harder than most, and there’s a reason for that. Not all open-source software is created equal.
Some tools are simply “nice to have.” Others are mission-critical. Some are trivial to recreate. Others would take months, if not years, of specialised effort. And some, like identity and messaging platforms, are so complex and security-sensitive that recreating them in-house is simply off the table.
It’s in this crossover – high usefulness, high complexity – that projects become indispensable. They represent the sweet spot of OSS vulnerability: too essential to abandon, too specialised to rewrite, and now, no longer free.
We’ve seen similar forks in the road with tools like Prism or ReactiveUI, and other OSS libraries that have either slowed development or quietly shifted toward closed-source equivalents.
At the same time, projects like Serilog and FluentValidation continue to thrive with strong community support and thoughtful stewardship. These examples show sustainability is possible; but rarely accidental.
Can Going Commercial Work for OSS?
While much of this discussion has focused on the risks and fallout of open-source projects going commercial, it’s worth recognising that this shift isn’t always negative. In fact, there are plenty of success stories:
- Redis Inc. transformed Redis into a powerful commercial product while maintaining widespread usage.
- HashiCorp re-licensed Terraform and Vault under a more restrictive model and remains dominant in the infrastructure-as-code space. (That said, the OpenTofu fork is gaining traction, and it’s shaping up to mirror LibreOffice, where the fork may eventually become the de-facto community standard).
- GitLab built a sustainable open-core model and went public.
- Elastic moved Elasticsearch to a more protective license, sparking a fork but continuing as a strong commercial player.
- JetBrains has long offered paid versions of their tools alongside free editions, funding continuous innovation. In fact, in contrast to other recent developments, JetBrains have recently announced a community edition of their popular .NET IDE Rider.
These stories offer an important counterpoint: commercialisation can be done ethically and sustainably. The key is clarity, communication, and respect for the community that got the project there in the first place.
What Are the Paths to OSS Sustainability?
Does every product need to go down the commercial path though? Or is there a way for open-source projects to thrive as they reach (and surpass) critical mass? There’s no single right answer, but some models include:
- Consulting and training: Offering paid expertise around the tool you built. Note that this doesn’t always work – the maintainers of IdentityServer did this for a time before taking the product commercial, but it didn’t provide enough revenue to sustain the product.
- Open-core or dual licensing: Free base, paid extras. This can and does work well in many cases. The aforementioned JetBrains or GitLab both adopted this model.
- Sponsorships and donations: Many open-source projects are sustained though this model. Think GitHub Sponsors, Patreon, Open Collective.
- Paid support tiers: The poster child for open-source commercialisation may be Canonical. They offer the extremely popular Ubuntu in both desktop and server versions, free of charge, for personal, education, or commercial use (or any use; but without warranty). Their revenue comes from paid support, offering SLAs, bug triage, or feature prioritisation.
These all come with trade-offs, and not every project or maintainer wants to become a business. But ignoring the question of sustainability leads us to burnout; or worse, abandonment.
What Do OSS Maintainers Owe the Community?
Maintainers often feel pressure to be everything: engineers, community managers, tech support, and sometimes unpaid therapists. But it’s worth clarifying what they do, and don’t, owe us:
They do owe:
- Honest communication
- Clear licensing and expectations
- Respectful, inclusive community spaces
They don’t owe:
- 24/7 support
- Free labour for commercial companies
- A lifetime of maintenance on a tool they built for fun
If you’re curious to hear more, we covered this in a past episode: What does open source owe you?
What Do Large Enterprises Owe OSS?
Let’s flip the question. What do consumers of open source owe in return? Especially when those consumers are billion-dollar companies.
There’s both a moral and a practical case to answer:
Ethically: If your profits depend on free tools, contributing back – financially or with code – isn’t generous, it’s fair.
Practically: Without support, tools stagnate, break, or disappear. The cost of doing nothing today is paying for a rewrite tomorrow.
Some concrete ways companies can give back:
- Pay maintainers or sponsor key projects
- Encourage contributions on company time
- Open-source internal tools that might benefit others
- Hire developers who maintain open-source projects
Is .NET Becoming Too Enterprisey Again?
There’s a creeping fear that .NET is returning to its old image: a closed, Microsoft-centric, enterprise-only ecosystem. But this concern goes deeper than nostalgia – it points to an existential risk.
The .NET Framework era was dominated by expensive tooling, MSDN subscriptions, and a commercial-first mindset that limited access to well-funded enterprises. When .NET Core arrived, it signalled a cultural shift: open source, cross-platform, and developer-friendly. Combined with Satya Nadella’s leadership and Microsoft’s newfound OSS credibility, the platform experienced a renaissance.
But the landscape has changed. Today, developers have real choices – Go, Rust, Python, JavaScript, and Java all offer robust, open-source ecosystems with growing enterprise adoption. If .NET slides backward into an enterprise-only posture, it won’t just alienate individual devs, it will become uncompetitive. Startups won’t touch it. CS students won’t learn it. Bootcamps won’t teach it. And enterprises, even with deep pockets, will follow the talent elsewhere.
And here’s the kicker: .NET isn’t the moneymaker it once was. Azure is Microsoft’s true revenue engine, and Azure supports all of those other languages and frameworks just as comfortably. There’s no business imperative for Microsoft to save .NET OSS from decline. If it’s going to thrive, it has to do so on community strength and real-world value.
So… What can we do?
If .NET is going to thrive as an open, healthy ecosystem, it won’t be because someone at Microsoft flips a switch. It’ll be because we, the community, kept it alive.
So what can we do?
Support the projects we rely on – financially, or with contributions, advocacy, or simple gratitude
Talk openly about licensing, sustainability, and burnout – normalise these as real, valid concerns
Be intentional about the tools we choose – don’t just grab what’s popular or pre-installed; ask who’s maintaining it and how
Amplify OSS voices – especially when they’re calling for help, change, or recognition
Push our employers to give back – through sponsorships, contributions, or simply allowing OSS work on company time
We can’t solve every structural challenge, but we can make different choices. And if enough of us do, the centre might just hold.
And maybe, more open conversations like this one.
A Bigger Picture: The Cost of Free Software
If you want a more profound, articulate, and frankly, better-argued take on this whole topic, I highly recommend Dylan Beattie’s talk: The Cost of Free Software.
He dives deep into the economic, cultural, and emotional realities of building software for free, and why so much of the modern internet is running on good intentions.
Join the Conversation
We’re considering hosting a live panel or community meetup to go deeper on these issues. If you’re a maintainer, contributor, or .NET die-hard, we want to hear from you.
Drop us a message, share this post, or listen to the full episode to join the conversation.