-
Postman2CSharp
Postman2CSharp hosts the source code for https://postman2csharp.com, a website for converting Postman collections to C# ApiClients that can be seamlessly exported and imported into your project. Generated ApiClient projects contains no dependencies and highly customizable.
The project is also open source. The website and core library can be found on GitHub here. I am still working on building the read me.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
BlazorWasmPreRendering.Build
When you publish your Blazor Wasm app, this package pre-renders and saves the app as static HTML files in your public folder.
For those curious, it is a standalone Blazor Wasm project. It uses prerendering via this amazing library (BlazorWasmPreRendering.Build by jsakamoto). It's hosted and distributed with aws s3 and cloudfront.
-
I bet 99% of people assume that anything done in the browser happens "in the web", not on their own hardware. When an app is an exception, I'd certainly want it to let me know - e.g. jwt.io clarifies that the processing of sensitive data happens client-side and I don't think it comes off as bragging.
-
RequestConverter
Convert HTTP Requests & Websockets from Fiddler, Chrome into code from multiple programming languages. Ability to modify global/language related settings which will impact the output.