Meir Blachman
Meir Blachman
## Goal Simplify the testing infrastructure by migrating from GitHub Actions services to [Testcontainers](https://testcontainers.com/), which will make tests easier to run locally and maintain. ## Current State The CI workflow...
- Update CollectionAssert.AreEqual to include full expected and actual collections in failure messages - Modify FrameworkMessages.resx to add placeholders for full collections - Update localization files (.xlf) with new message...
## Summary This PR implements MSBuild's Central Package Management (CPM) to manage all 60+ NuGet package versions across 18 projects from a single location. ## Changes - ✅ Created `src/Directory.Packages.props`...
## Proposal Adopt MSBuild's Central Package Management (CPM) by creating `Directory.Packages.props` to manage all 60+ NuGet package versions across 18 projects from a single location. ### Current State - Each...
A similar concept to https://github.com/dotnet/aspire/blob/main/docs/specs/appmodel.md and https://modelcontextprotocol.io/llms-full.txt Based on the idea from https://llmstxt.org/ we might want to have two parts, one for users and one for authoring custom templates and...
Connecting to a local azurite instance doesn't work from the deployed version running on azure. Would be nice tobuse the existing deployment instead of having multiple instances running, one for...
**Is your feature request related to a problem? Please describe.**  the current standard for https://x.com/karpathy/status/1899876370492383450 is basically https://github.com/AnswerDotAI/llms-txt **Describe the solution you'd like** Allow generating a llms.txt files and...
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/MicrosoftDocs/AdaptiveCards/pull/559)
Currently all of the commits of PRs are added to the master branch after merging
depends on #93 ## Description Add IntelliSense support for the `VersionOverride` attribute on `PackageReference` elements when using NuGet's Central Package Management (CPM) feature. ## Background Central Package Management allows managing...