-
Package Analyzer and show major versions differ
One of problems in software with packages is when you have 2 projects that reference the same package – but with 2 versions that differ. But it is often very difficult to understand the path that comes to this . PackageAnalyzer identifies this and generate an image for each package, showing the path : You…
-
{ADCES] Discutii si Networking
Timp de discutii / networking / profesional / neprofesional. Va invitam pe toti Restaurant Vanity , ora 19:30 https://maps.app.goo.gl/JdEWeykHCHN91Mjs6
-
Package Analyzer- showing stacks of projects
The package analyzer analyzes a solution and renders a HTML page that shows summary – see https://ignatandrei.github.io/PackageAnalyzer/ The relations between projects could be rendered as a mermaid flowchart – as an example, But … I have encountered another project https://github.com/matzehuels/stacktower – and the rendering is far more interesting. You can have the same output by…
-
Friday links 553
Asked to do something illegal at work? Here’s what these software engineers did – The Pragmatic Engineer 5 Things I Learned From 5 Years At Vercel | Lee Robinson The Productivity Paradox of AI Coding Assistants | Cerbos List of common misconceptions about science, technology, and mathematics – Wikipedia HTML5 Canvas Konva Animation Tutorial |…
-
RSCG – RSCG_MCP2File
RSCG – RSCG_MCP2File name RSCG_MCP2File nuget https://www.nuget.org/packages/RSCG_MCP2File/ link https://github.com/ignatandrei/RSCG_OpenApi2MCP author Ignat Andrei Generating code for saving MCP result to file. This is how you can use RSCG_MCP2File . The code that you start with is The code that you will use is The code that is generated is Code and pdf…
-
RSCG – DecoratorGenerator
RSCG – DecoratorGenerator name DecoratorGenerator nuget https://www.nuget.org/packages/DecoratorGenerator/ link https://github.com/CodingFlow/decorator-generator author Leopoldo Fu adding decorator for classes/ interfaces This is how you can use DecoratorGenerator . The code that you start with is The code that you will use is The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/DecoratorGenerator
-
RSCG – RSCG_MCP2OpenAPI
RSCG – RSCG_MCP2OpenAPI name RSCG_MCP2OpenAPI nuget https://www.nuget.org/packages/RSCG_MCP2OpenAPI/ link https://github.com/ignatandrei/RSCG_OpenApi2MCP author Ignat Andrei Generating OpenAPI based on MCP source code. This is how you can use RSCG_MCP2OpenAPI . The code that you start with is The code that you will use is The code that is generated is Code and pdf at…
-
Friday links 552
The Gervais Principle, Or The Office According to “The Office” How I solved a distributed queue problem after 15 years | DBOS You should delete tests Coherence Blog — Will All User Interfaces Become AI Chat? Why I do programming microsoft/ai-agents-for-beginners: 12 Lessons to Get Started Building AI Agents awesome-copilot/instructions/csharp.instructions.md at main · github/awesome-copilot Keeping…
-
MCP Tool vs Swagger–part 3–creation and usage
Now the idea is to generate from each MCP tool a swagger function. First, we should let the user to choose what MCP to convert to Swagger. This can be done with an Attribute, MCP2OpenAPI.AddMCP2OpenApi Then the problem is what to generate – I decide to generate POST api in an url /api/mcp/{class}/{function} And a…
-
MCP Tool vs Swagger–part 2–analysis
Being a programmer, Swagger/OpenAPI is the first choice in order to have system functionality accessible by something else than (web) UI . So the first thinking was –let’s automatically generate MCP tools from Swagger / OpenAPI definition. However, I realized that the OpenAPI is way too fine grained – and MCP is more directed towards…
I am ok , you are ok