Skip to content

chore(deps): Bump the test-dependencies group with 2 updates#4

Merged
PotaaatozWRLD merged 1 commit intomainfrom
dependabot/nuget/EasySave/EasySave.Tests/test-dependencies-d3ef5ad674
Feb 9, 2026
Merged

chore(deps): Bump the test-dependencies group with 2 updates#4
PotaaatozWRLD merged 1 commit intomainfrom
dependabot/nuget/EasySave/EasySave.Tests/test-dependencies-d3ef5ad674

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

18.0.0

What's Changed

Internal fixes and updates

Commits viewable in compare view.

Updated xunit.runner.visualstudio from 3.1.4 to 3.1.5.

Release notes

Sourced from xunit.runner.visualstudio's releases.

No release notes found for this version range.

Commits viewable in compare view.

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1
Bumps xunit.runner.visualstudio from 3.1.4 to 3.1.5

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2026

Labels

The following labels could not be found: dependencies, nuget, tests. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@PotaaatozWRLD PotaaatozWRLD merged commit f0f0718 into main Feb 9, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/EasySave/EasySave.Tests/test-dependencies-d3ef5ad674 branch February 9, 2026 09:19
PotaaatozWRLD added a commit that referenced this pull request Feb 10, 2026
Implemented v2.0 requirement to prevent backups when business software is running.

Features:
- BusinessSoftwareDetector service with IsRunning(processName) method
- BackupService.ExecuteBackup() now accepts optional businessSoftwareName parameter
- Throws InvalidOperationException if business software detected
- Case-insensitive process name matching
- Handles .exe extension automatically

Tests (12 new tests, 123/124 passing):
- 8 unit tests for BusinessSoftwareDetector (null/empty/running/closed/case-insensitive)
- 4 integration tests for BackupService (exception when running, success when not running)
- All tests use CalculatorApp (Windows 10+) as proof of concept
- Backward compatible: null/empty businessSoftwareName allows backup to proceed

Related config:
- Uses AppConfig.GetBusinessSoftwareName() (added in Task #4)
- Default empty string means no detection (v1.0/v1.1 behavior)

Cahier des charges: v2.0 - Interdiction de lancer un travail si logiciel métier détecté
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant