-
Notifications
You must be signed in to change notification settings - Fork 0
V1.3.0/service update #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
737f603
V1.2.8/service update
codebelt-aicia[bot] 1254f0d
🙈 setup local agent workspace
gimlichael 14b3fa1
📝 add agent guidelines for the repository
gimlichael 0fdfb05
📚 add code coverage standard to agent guidance
gimlichael 665a238
⬆️ upgrade Microsoft.NET.Test.Sdk to 18.6.0
gimlichael 08809df
👷 add macOS test matrix and conditional execution in CI pipeline
gimlichael 468396b
♻️ extract helper methods for improved testability
aicia-bot 4551a63
✅ expand test coverage for core classes and add functional tests
aicia-bot 9cee0b5
📝 update api documentation for console namespace
aicia-bot 024f186
📦 update package release notes for v1.3.0
aicia-bot ae15070
💬 update changelog for v1.3.0 release
aicia-bot 335d967
🎨 remove unused line from benchmark file
aicia-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
.nuget/Codebelt.Extensions.BenchmarkDotNet.Console/PackageReleaseNotes.txt
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
6 changes: 6 additions & 0 deletions
6
.nuget/Codebelt.Extensions.BenchmarkDotNet/PackageReleaseNotes.txt
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,19 @@ | ||
| <Project> | ||
| <PropertyGroup> | ||
| <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <PackageVersion Include="BenchmarkDotNet" Version="0.15.8" /> | ||
| <PackageVersion Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.15.8" /> | ||
| <PackageVersion Include="Codebelt.Bootstrapper.Console" Version="5.0.7" /> | ||
| <PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="11.0.10" /> | ||
| <PackageVersion Include="Cuemon.Core" Version="10.5.2" /> | ||
| <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.5.1" /> | ||
| <PackageVersion Include="MinVer" Version="7.0.0" /> | ||
| <PackageVersion Include="coverlet.collector" Version="10.0.1" /> | ||
| <PackageVersion Include="coverlet.msbuild" Version="10.0.1" /> | ||
| <PackageVersion Include="xunit.v3" Version="3.2.2" /> | ||
| <PackageVersion Include="xunit.v3.runner.console" Version="3.2.2" /> | ||
| <PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" /> | ||
| </ItemGroup> | ||
| <Project> | ||
| <PropertyGroup> | ||
| <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <PackageVersion Include="BenchmarkDotNet" Version="0.15.8" /> | ||
| <PackageVersion Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.15.8" /> | ||
| <PackageVersion Include="Codebelt.Bootstrapper.Console" Version="5.1.0" /> | ||
| <PackageVersion Include="Codebelt.Extensions.Xunit.App" Version="11.1.0" /> | ||
| <PackageVersion Include="Cuemon.Core" Version="10.5.3" /> | ||
| <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.5.1" /> | ||
| <PackageVersion Include="MinVer" Version="7.0.0" /> | ||
| <PackageVersion Include="coverlet.collector" Version="10.0.1" /> | ||
| <PackageVersion Include="coverlet.msbuild" Version="10.0.1" /> | ||
| <PackageVersion Include="xunit.v3" Version="3.2.2" /> | ||
| <PackageVersion Include="xunit.v3.runner.console" Version="3.2.2" /> | ||
| <PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" /> | ||
| </ItemGroup> | ||
| </Project> | ||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file no longer ends with a newline character. Many editors, linters, and POSIX-compliant tools expect text files to terminate with a newline; its absence can produce noisy diffs and warnings from tools like
editorconfigor CI lint checks.Prompt To Fix With AI
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sadly, this is automatically changed by Visual Studio 2026 when updating the dependencies. I prefer the extra linebreak, but IDE has its own life.