Merged
Conversation
Upgraded .NET SDK and dependencies in `Example.csproj`: - Updated `Microsoft.AspNetCore.Components.*`, `Microsoft.Extensions.*`, and `MudBlazor` to latest versions. Updated `CHANGELOG.md` with release notes for versions `v0.30.0` to `v0.29.1`, highlighting new features, bug fixes, and improvements. Updated `PocketBaseSharp.Tests.csproj` test dependencies: - Upgraded `FluentAssertions`, `Microsoft.NET.Test.Sdk`, `Moq`, `MSTest.*`, and `coverlet.collector`. Updated `PocketBaseSharp.csproj` dependencies: - Upgraded `FluentResults` and `MimeMapping` to latest versions. Updated `pocketbase.exe` binary to reflect new features and fixes. Corrected minor formatting issues in the changelog.
There was a problem hiding this comment.
Pull Request Overview
This PR updates dependencies across the PocketBaseSharp project to their latest versions, including upgrading PocketBase to v0.30.0 with corresponding changelog updates.
- Updated core library dependencies (FluentResults, MimeMapping) in PocketBaseSharp.csproj
- Upgraded test framework dependencies (FluentAssertions, Microsoft.NET.Test.Sdk, Moq, MSTest, coverlet.collector) in test project
- Updated Microsoft ASP.NET Core and Extensions packages plus MudBlazor in the Example project
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| PocketBaseSharp/PocketBaseSharp.csproj | Updated FluentResults and MimeMapping package versions |
| PocketBaseSharp .Tests/PocketBaseSharp.Tests.csproj | Updated test framework dependencies to latest versions |
| PocketBase/CHANGELOG.md | Added changelog entries for PocketBase versions v0.30.0 through v0.29.0 |
| Example/Example.csproj | Updated Microsoft ASP.NET Core, Extensions, and MudBlazor packages |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
Upgraded .NET SDK and dependencies in
Example.csproj:Microsoft.AspNetCore.Components.*,Microsoft.Extensions.*, andMudBlazorto latest versions.Updated pocketbase.exe to v0.30.0 updating changelog to reflect pocketbase changes.
Updated
PocketBaseSharp.Tests.csprojtest dependencies:FluentAssertions,Microsoft.NET.Test.Sdk,Moq,MSTest.*, andcoverlet.collector.Updated
PocketBaseSharp.csprojdependencies:FluentResultsandMimeMappingto latest versions.