V0.13 - Updated to .NET 10 and Copilot Introduction#292
Merged
csharpfritz merged 42 commits intoFritzAndFriends:mainfrom Jan 29, 2026
Merged
V0.13 - Updated to .NET 10 and Copilot Introduction#292csharpfritz merged 42 commits intoFritzAndFriends:mainfrom
csharpfritz merged 42 commits intoFritzAndFriends:mainfrom
Conversation
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…t/nuget/samples/BeforeWebForms/Newtonsoft.Json-13.0.2
Bumps jQuery from 3.4.1 to 3.5.0. --- updated-dependencies: - dependency-name: jQuery dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [System.Drawing.Common](https://github.com/dotnet/corefx) from 4.7.0 to 4.7.2. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) --- updated-dependencies: - dependency-name: System.Drawing.Common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…t/nuget/samples/BeforeWebForms/jQuery-3.5.0
…t/nuget/src/BlazorWebFormsComponents/System.Drawing.Common-4.7.2
Co-authored-by: csharpfritz <78577+csharpfritz@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: csharpfritz <78577+csharpfritz@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Jeffrey T. Fritz <csharpfritz@users.noreply.github.com>
…ritzAndFriends#282) Co-authored-by: csharpfritz <78577+csharpfritz@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Jeffrey T. Fritz <csharpfritz@users.noreply.github.com>
…iends#286) Co-authored-by: csharpfritz <78577+csharpfritz@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Jeffrey T. Fritz <csharpfritz@users.noreply.github.com>
…nent validation and deployment gate (FritzAndFriends#289) * Initial plan * Add Playwright test infrastructure with test project and fixtures Co-authored-by: csharpfritz <78577+csharpfritz@users.noreply.github.com> * Fix test issues and add GitHub Actions workflow for integration tests Co-authored-by: csharpfritz <78577+csharpfritz@users.noreply.github.com> * Update README with integration tests documentation and badge Co-authored-by: csharpfritz <78577+csharpfritz@users.noreply.github.com> * Add tests for remaining components and interactive tests with Playwright caching Co-authored-by: csharpfritz <78577+csharpfritz@users.noreply.github.com> * Fix button interaction test to handle visibility issues - all 43 tests passing Co-authored-by: csharpfritz <78577+csharpfritz@users.noreply.github.com> * Make demo deployment depend on integration tests passing Co-authored-by: csharpfritz <78577+csharpfritz@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: csharpfritz <78577+csharpfritz@users.noreply.github.com>
Collaborator
Author
|
@copilot Take a look at the build failure in docs and lets fix that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces comprehensive improvements to the BlazorWebFormsComponents repository's development workflow, documentation, and testing practices. It adds detailed skill and guide documents to standardize component development and test migration, and establishes a suite of GitHub Actions workflows for building, testing, integration testing, demo publishing, and NuGet package publishing. These enhancements are designed to streamline the development process, ensure high-quality component output, and facilitate easier migration from ASP.NET Web Forms to Blazor.