Sebastien Lebreton

@sailro
60 Followers
51 Following
3 Posts
Software Engineer @microsoft. Co-founder @DataGalaxy. Working on Visual Studio Tools for Unity. French but nice.
I made an HTTP/HTTPS MITM proxy with full traffic capture, exposed as an MCP server so LLMs can inspect, filter, and analyze network traffic through natural language: https://github.com/sailro/HttpProxyMcp

I created a small VS extension to mimic the /ide support between copilot-cli and VSCode. So when you have the same folder opened in copilot-cli and a solution in your VS, copilot-cli auto-connects and knows your current selection and your compilation diagnostics.

This makes interactions such as “extract my selection to a method” easier.

(Support for diffs isn't perfect yet).

https://github.com/sailro/CopilotCliIde

Pfew, presentation is finished! 😱 A bit stressful but I hope it went smoothly for the audience... 🤞

I'm super thrilled to be able to finally share the project I have been working on in the past months https://retroc64.github.io/ 🥳

Now, Happy Coding with the C64 and .NET! 🚀

#dotnet #c64

RetroC64

Programming the Commodore 64 with .NET Build, assemble, run and debug C64 programs without leaving your IDE... Retro development, reimagined through modern tooling! Get Started > Examples > Your browser does not support WebM video. 🚀 Zero Friction Dev Loop Emit PRG/D64 and auto-launch live coding into VICE straight from .NET. Introduction > 🖥️ Fluent Assembler With Asm6502 Labels, sections, data blocks, helpers, and source mapping back to C#. Assembler...