Closed guibranco closed 1 week ago
The changes introduce a new Directory.Build.props
file for .NET projects, establishing various project properties and settings. This includes enabling version updates, documentation generation, and specific configurations for symbols and warnings. Additionally, an analysis settings group is added, and package references for StyleCop.Analyzers
and SonarAnalyzer.CSharp
are included, conditioned to apply only to non-test C# projects.
File | Change Summary |
---|---|
Directory.Build.props |
- New property group defining project settings such as version updates, documentation generation, and symbol package format. - Added analysis settings group with the latest recommended level. - New item group with package references for StyleCop.Analyzers and SonarAnalyzer.CSharp for non-test projects. |
appveyor.yml
enhance the build process for pull requests, which may relate to the new project properties and settings defined in Directory.Build.props
that affect the overall build configuration.enhancement
, Review effort [1-5]: 2
π° In the meadow, changes bloom,
A file to guide, dispelling gloom.
Properties set, the project sings,
With analyzers and symbols, oh, the joy it brings!
Hop along, letβs build anew,
In the world of code, there's much to do! πΌ
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Infisical secrets check: β No secrets leaked!
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
:white_check_mark: Build VTEX-SDK-dotnet 2.3.1673 completed (commit https://github.com/guibranco/VTEX-SDK-dotnet/commit/1e59aad92a by @guibranco)
Coverage variation | Diff coverage |
---|---|
Report missing for 1357cefb790d8de60831ce6b0314a27e57d7ee1e[^1] | :white_check_mark: β |
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more [^1]: Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 0.22%. Comparing base (
609f2aa
) to head (4c92da3
). Report is 16 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #
π Description
β Checks
β’οΈ Does this introduce a breaking change?
βΉ Additional Information
Summary by CodeRabbit
New Features
Bug Fixes