guibranco / MaxiPago-SDK-dotnet

💳 ⚙️ MaxiPago gateway SDK for .NET projects
https://guibranco.github.io/MaxiPago-SDK-dotnet/
MIT License
3 stars 1 forks source link

Bump csharpier from 0.28.2 to 0.29.1 #153

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps csharpier from 0.28.2 to 0.29.1.

Release notes

Sourced from csharpier's releases.

0.29.1

What's Changed

Sorting of usings with underscore differs from Visual Studio #1327

CSharpier now sorts _ to the bottom of usings.

using SomeCompany.MWord;
using SomeCompany.ZWord;
using SomeCompany._Word;

Process cannot access the file "....net8.0\any\server.log" while running multiple extensions. #1324

CSharpier Server now uses a log file name based on the port that it is starting on to avoid concurrency issues trying to access the same log file

Full Changelog: https://github.com/belav/csharpier/compare/0.29.0...0.29.1

0.29.0

Breaking Changes

The formatting command will now exit with an error code of 1 if one of the target files cannot be compiled #1131

Prior to 0.29.0 if csharpier encountered a file that could not be compiled it would treat it as a warning and exit with a code of 0.
As of 0.29.0 a file that cannot be compiled is now treated as an error and csharpier will exit with code 1

What's Changed

Enforce trailing commas in object and collection initializer #668

CSharpier will now add trailing commas automatically where appropriate. It will collapse to a single line and remove the trailing comma in cases where everything fits on one line.

// input
public enum SomeEnum
{
    Value1,
    Value2
}

string[] someArray = new string[] { someLongValue_____________________________________________, someLongValue_____________________________________________ };

string[] someArray = new string[] { someValue, someValue, };

// 0.29.0 public enum SomeEnum { Value1, Value2, }

</tr></table>

... (truncated)

Changelog

Sourced from csharpier's changelog.

# 0.29.1

What's Changed

Sorting of usings with underscore differs from Visual Studio #1327

CSharpier now sorts _ to the bottom of usings.

using SomeCompany.MWord;
using SomeCompany.ZWord;
using SomeCompany._Word;

Process cannot access the file "....net8.0\any\server.log" while running multiple extensions. #1324

CSharpier Server now uses a log file name based on the port that it is starting on to avoid concurrency issues trying to access the same log file

Full Changelog: https://github.com/belav/csharpier/compare/0.29.0...0.29.1

0.29.0

Breaking Changes

The formatting command will now exit with an error code of 1 if one of the target files cannot be compiled #1131

Prior to 0.29.0 if csharpier encountered a file that could not be compiled it would treat it as a warning and exit with a code of 0.
As of 0.29.0 a file that cannot be compiled is now treated as an error and csharpier will exit with code 1

What's Changed

Enforce trailing commas in object and collection initializer #668

CSharpier will now add trailing commas automatically where appropriate. It will collapse to a single line and remove the trailing comma in cases where everything fits on one line.

// input
public enum SomeEnum
{
    Value1,
    Value2
}

string[] someArray = new string[] { someLongValue_____________________________________________, someLongValue_____________________________________________ };

string[] someArray = new string[] { someValue, someValue, };

// 0.29.0 public enum SomeEnum { Value1, Value2, }

string[] someArray = new string[] </tr></table>

... (truncated)

Commits
  • b87b4df Releasing 0.29.1 (#1331)
  • 10e0780 Support for multiple csharpier servers running at the same time, have them wr...
  • 2ed8622 Getting _ to sort to the top like it should (#1328)
  • 688aeb7 VS - Use dotnet tool list to find both local and global installs of csharpier...
  • 1cdcf0a fix width
  • c529570 prettier all the java
  • 88383e7 Using dotnet tool list for rider extension (#1325)
  • 2456512 Modify VSCode extension to use dotnet tool list + only warn to instal… (#1323)
  • 6cb3821 Format with 29 (#1322)
  • 0abbc1d fix typo
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @guibranco.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

The following labels could not be found: nuget, packages.

guibranco commented 1 month ago

@dependabot squash and merge

dependabot[bot] commented 1 month ago

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

codacy-production[bot] commented 1 month ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.00% (target: -1.00%) :white_check_mark:
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (33f1d7e2397c8d33dffdc38d6bcad399bacd9f35) | 1055 | 0 | 0.00% | | | Head commit (f82c30fdd22c256094f09999f25cf430d7de6cd3) | 1055 (+0) | 0 (+0) | 0.00% (**+0.00%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#153) | 0 | 0 | **∅ (not applicable)** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

AppVeyorBot commented 1 month ago

:white_check_mark: Build MaxiPago-SDK-dotnet 3.0.532 completed (commit https://github.com/guibranco/MaxiPago-SDK-dotnet/commit/d2972292cf by @dependabot[bot])

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 51 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (5113b59) to head (031e1a2). Report is 1 commits behind head on main.

Files Patch % Lines
Src/MaxiPago/Gateway/Transaction.cs 0.00% 37 Missing :warning:
Src/MaxiPago/Gateway/Api.cs 0.00% 9 Missing :warning:
Src/MaxiPago/Gateway/Report.cs 0.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #153 +/- ## ===================================== Coverage 0.00% 0.00% ===================================== Files 40 40 Lines 1055 1055 Branches 23 23 ===================================== Misses 1055 1055 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

AppVeyorBot commented 1 month ago

:white_check_mark: Build MaxiPago-SDK-dotnet 3.0.539 completed (commit https://github.com/guibranco/MaxiPago-SDK-dotnet/commit/11ac2f6805 by @gstraccini[bot])

guibranco commented 1 month ago

@gstraccini csharpier

gstraccini[bot] commented 1 month ago

Running CSharpier on this branch! :wrench:

gstraccini[bot] commented 1 month ago

:white_check_mark: CSharpier result:

Error ./Src/MaxiPago/Gateway/Report.cs - Was not formatted.
  ----------------------------- Expected: Around Line 73 -----------------------------
              {
                  Command = "transactionDetailReport",
              };
  ----------------------------- Actual: Around Line 73 -----------------------------
              {
                  Command = "transactionDetailReport"
              };

Error ./Src/MaxiPago/Gateway/Api.cs - Was not formatted.
  ----------------------------- Expected: Around Line 93 -----------------------------
                      Ssn = ssn,
                      Sex = sex,
                  },
  ----------------------------- Actual: Around Line 93 -----------------------------
                      Ssn = ssn,
                      Sex = sex
                  }

Error ./Src/MaxiPago/Gateway/Transaction.cs - Was not formatted.
  ----------------------------- Expected: Around Line 171 -----------------------------
                      SoftDescriptor = softDescriptor,
                      IataFee = iataFee,
                  },
  ----------------------------- Actual: Around Line 171 -----------------------------
                      SoftDescriptor = softDescriptor,
                      IataFee = iataFee
                  }
codacy-production[bot] commented 1 month ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.00% (target: -1.00%) :white_check_mark: 0.00%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (5113b59b7e51026dc4edb277d1927b5e157ecf70) | 1055 | 0 | 0.00% | | | Head commit (031e1a2a7fec3dd71f284d84b315daa1ced9e4ba) | 1055 (+0) | 0 (+0) | 0.00% (**+0.00%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#153) | 51 | 0 | **0.00%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

sonarcloud[bot] commented 1 month ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
11.8% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

AppVeyorBot commented 1 month ago

:white_check_mark: Build MaxiPago-SDK-dotnet 3.0.546 completed (commit https://github.com/guibranco/MaxiPago-SDK-dotnet/commit/c3daf0a997 by @gstraccini[bot])