Deepu Madhusoodanan
deepu-mi.bsky.social
Deepu Madhusoodanan
@deepu-mi.bsky.social
APIs | Serverless | AzureDevops | Perf matters | C# enthusiastic | @dotnetfdn Member.
https://dotnetpodcast.deepumi.com
New post: how to run C# without a project file in .NET 10. A simple way to write and execute a single .cs file without any setup.
[https://deepumi.com/blog/running-csharp-without-a-project-file-in-net-10.html](deepumi.com/blog/running...)
#dotnet
Running C# without a Project File in .NET 10
Run C# without creating a .csproj file using .NET 10. Learn how to execute single .cs files, reference packages, and use script properties
deepumi.com
November 12, 2025 at 6:52 PM
@captainsafia.com
I was exploring the MSFT new OpenAPI library for an existing app written in .NetStandard lib (a wrapper for Swashbuckle) and thought of confirming the following.

1. Does the new OpenAPI library only support .NET 9.0 and above?

2. Can we still use Swashbuckle?
January 24, 2025 at 7:43 PM