Update dependency System.IO.Abstractions to v22
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| System.IO.Abstractions | 19.1.14 -> 22.0.13 |
Release Notes
TestableIO/System.IO.Abstractions (System.IO.Abstractions)
v22.0.13
What's Changed
- chore(deps): update dependency dotnet-sdk to v9.0.202 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1253
- chore(deps): update dependency awexpect to v2 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1254
- chore(deps): update dependency awexpect.testably to 0.9.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1252
- chore(deps): update dependency awexpect to 2.0.1 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1255
- chore(deps): update dependency awexpect to 2.1.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1257
- chore(deps): update dependency nunit.analyzers to 4.7.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1258
- fix: handle case-sensitive file overwrite on Windows and add tests by @ana1250 in https://github.com/TestableIO/System.IO.Abstractions/pull/1259
New Contributors
- @ana1250 made their first contribution in https://github.com/TestableIO/System.IO.Abstractions/pull/1259
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v22.0.12...v22.0.13
v22.0.12
What's Changed
- chore(deps): update dependency publicapigenerator to 11.4.4 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1240
- chore(deps): update dependency publicapigenerator to 11.4.5 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1241
- chore: update API due to dependency update by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1242
- chore(deps): update dependency awexpect.testably to 0.8.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1243
- chore(deps): update dependency system.text.json to 9.0.3 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1246
- chore(deps): update dependency dotnet-sdk to v9.0.201 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1247
- fix: use
workflow_runtarget for static code analysis by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1248 - fix: disable SonarCloud analysis for external pull requests by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1249
- fix: Make MockDirectory.Exists behavior with forward slash on Windows consistent with actual file system by @tbui17 in https://github.com/TestableIO/System.IO.Abstractions/pull/1245
New Contributors
- @tbui17 made their first contribution in https://github.com/TestableIO/System.IO.Abstractions/pull/1245
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v22.0.11...v22.0.12
v22.0.11
What's Changed
- docs: update contact in code of conduct by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1226
- refactor: simplify conventional commit check by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1227
- chore(deps): update dependency awexpect to 1.1.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1228
- chore(deps): update dependency awexpect to 1.2.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1229
- chore(deps): update dependency awexpect to 1.3.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1230
- chore(deps): update dependency awexpect to 1.4.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1231
- chore(deps): update dependency awexpect to 1.5.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1232
- chore(deps): update dependency awexpect to 1.6.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1233
- refactor: use aweXpect in wrapper tests by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1234
- refactor: use aweXpect in testinghelper tests by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1235
- refactor: disable rule S2699 by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1236
- refactor: use file-scoped namespaces by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1237
- refactor: fix sonar issues in Benchmarks by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1238
- fix: move a read-only file by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1239
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v22.0.10...v22.0.11
v22.0.10
What's Changed
- refactor: consolidate project settings in
Directory.Build.propsby @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1211 - feat: add API tests by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1212
- refactor: consolidate use of meta project packages by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1215
- refactor: add explicit API test step in the build pipeline by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1214
- refactor: consolidate test project settings in
Directory.Build.propsby @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1213 - chore: update aweXpect to v1.0.1 by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1216
- refactor: avoid
InternalsVisibleToby @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1217 - refactor: add separate project for parity tests by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1219
- refactor: use Nuke.build pipeline by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1218
- docs: update badges in README by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1220
- refactor: remove dependency on
Nerdbank.GitVersioningby @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1221 - refactor: enable code coverage by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1222
- docs: add coverage badge by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1223
- refactor: support pre-release versions by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1224
- fix: avoid duplicate commit ID in file version by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1225
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v22.0.9...v22.0.10
v22.0.9
What's Changed
- refactor: use central package management by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1198
- refactor: remove SauceControl.Inheritdoc by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1199
- refactor: update benchmarks to .NET9 by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1200
- refactor: include Rider files by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1201
- refactor!: remove support for .NET 7 by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1202
- refactor: fix build warnings in test projects by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1203
- chore(deps): update dependency snapshooter.nunit to 1.0.1 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1204
- chore(deps): update dependency nunit3testadapter to v5 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1205
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.4.4 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1206
- chore(deps): update dependency microsoft.net.test.sdk to 17.13.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1208
- chore(deps): update dependency dotnet-sdk to v9.0.200 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1209
- refactor!: use Testably.Abstractions.FileSystem.Interface by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1196
- feat!: increase minimal framework version from 4.6.2 to 4.7.2 by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1210
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v21.3.1...v22.0.9
v21.3.1
What's Changed
- docs: fix XML documentation warnings by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1194
- feat: update version to 21.3 due to .NET9 support by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1195
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v21.2.12...v21.3.1
v21.2.12
What's Changed
- refactor: add .NET9 target by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1191
- chore(deps): update dependency coverlet.collector to 6.0.4 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1189
- refactor: support new
Pathmethods from .NET9 by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1192 - feat: add new
Filemethods from .NET 9 by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1193
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v21.2.8...v21.2.12
v21.2.8
What's Changed
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.4.3 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1182
- chore(deps): update dependency nunit to 4.3.2 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1183
- chore(deps): update dependency coverlet.collector to 6.0.3 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1184
- chore(deps): update dependency nunit.analyzers to 4.6.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1185
- chore(deps): update dependency nerdbank.gitversioning to 3.7.115 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1186
- chore(deps): update dependency dotnet-sdk to v8.0.405 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1187
- fix: Align MockDirectory and MockFile behavior with .NET's System.IO classes by @WestRyanK in https://github.com/TestableIO/System.IO.Abstractions/pull/1190
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v21.2.1...v21.2.8
v21.2.1
What's Changed
- chore(deps): update dependency nerdbank.gitversioning to 3.7.112 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1174
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.4.1 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1168
- docs: clarify meaning of the FileSystem property by @montoner0 in https://github.com/TestableIO/System.IO.Abstractions/pull/1175
- chore(deps): update dependency snapshooter.nunit to v1 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1179
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.4.2 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1180
- chore(deps): update dependency nunit.analyzers to 4.5.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1181
- chore(deps): update dependency microsoft.net.test.sdk to 17.12.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1170
- chore(deps): update dependency nunit to 4.3.1 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1176
- feat: Add FileVersionInfo support by @t4m45 in https://github.com/TestableIO/System.IO.Abstractions/pull/1177
New Contributors
- @montoner0 made their first contribution in https://github.com/TestableIO/System.IO.Abstractions/pull/1175
- @t4m45 made their first contribution in https://github.com/TestableIO/System.IO.Abstractions/pull/1177
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v21.1.7...v21.2.1
v21.1.7
What's Changed
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.4.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1164
- chore(deps): update dependency dotnet-sdk to v8.0.404 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1166
- chore(deps): update dependency nunit.analyzers to 4.4.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1169
- fix:
Path.GetTempPathshould end with directory separator by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1172
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v21.1.3...v21.1.7
v21.1.3
What's Changed
- fix: async dispose for
FileSystemStreamby @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1163
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v21.1.2...v21.1.3
v21.1.2
What's Changed
- fix: validate arguments of
CopyToby @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1161
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v21.1.1...v21.1.2
v21.1.1
What's Changed
- chore(deps): update dependency nunit3testadapter to v4.6.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1136
- chore(deps): update dependency benchmarkdotnet to v0.14.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1137
- chore(deps): update dependency nunit.analyzers to v4.3.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1139
- chore(deps): update dependency nerdbank.gitversioning to v3.6.141 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1141
- chore(deps): update dependency dotnet-sdk to v8.0.400 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1142
- chore(deps): update dependency dotnet-sdk to v8.0.401 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1143
- chore(deps): update dependency microsoft.net.test.sdk to v17.11.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1144
- chore(deps): update dependency nunit to v4.2.1 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1145
- chore(deps): update dependency nerdbank.gitversioning to v3.6.143 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1146
- chore(deps): update dependency nunit to 4.2.2 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1147
- chore(deps): update dependency moq to 4.20.71 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1148
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.9 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1149
- chore(deps): update dependency microsoft.net.test.sdk to 17.11.1 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1150
- chore(deps): update mcr.microsoft.com/vscode/devcontainers/dotnet docker tag to v9 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1151
- chore(deps): update dependency dotnet-sdk to v8.0.402 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1152
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.10 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1153
- chore(deps): update dependency dotnet-sdk to v8.0.403 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1155
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.11 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1157
- chore(deps): update dependency saucecontrol.inheritdoc to 2.0.2 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1158
- chore(deps): update dependency nerdbank.gitversioning to 3.6.146 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1159
- feat: added support for GetUnixFileMode and SetUnixFileMode by @tomwis in https://github.com/TestableIO/System.IO.Abstractions/pull/1160
New Contributors
- @tomwis made their first contribution in https://github.com/TestableIO/System.IO.Abstractions/pull/1160
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v21.0.29...v21.1.1
v21.0.29
What's Changed
- docs: upgrade contributing.md guide by @vladimir-shirmanov in https://github.com/TestableIO/System.IO.Abstractions/pull/1133
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.8 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1134
- fix: Throw correct exception if opening read-only file for writing by @WestRyanK in https://github.com/TestableIO/System.IO.Abstractions/pull/1135
New Contributors
- @WestRyanK made their first contribution in https://github.com/TestableIO/System.IO.Abstractions/pull/1135
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v21.0.26...v21.0.29
v21.0.26
What's Changed
- chore(deps): update amannn/action-semantic-pull-request action to v5.5.3 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1128
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.7 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1129
- chore(deps): update dependency dotnet-sdk to v8.0.303 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1130
- fix: fixed mock file system exception when using root path as a parameter by @vladimir-shirmanov in https://github.com/TestableIO/System.IO.Abstractions/pull/1132
New Contributors
- @vladimir-shirmanov made their first contribution in https://github.com/TestableIO/System.IO.Abstractions/pull/1132
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v21.0.22...v21.0.26
v21.0.22
What's Changed
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.4 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1106
- chore(deps): update dependency dotnet-sdk to v8.0.204 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1107
- chore(deps): update amannn/action-semantic-pull-request action to v5.5.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1108
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.5 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1109
- chore(deps): update amannn/action-semantic-pull-request action to v5.5.2 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1110
- chore(deps): update dependency nunit.analyzers to v4.2.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1111
- chore(deps): update mcr.microsoft.com/vscode/devcontainers/dotnet docker tag to v8 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1112
- refactor: fix copyright year for nuget packages by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1113
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1115
- chore(deps): update dependency microsoft.net.test.sdk to v17.10.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1116
- chore(deps): update dependency dotnet-sdk to v8.0.300 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1114
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.4 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1117
- chore(deps): update dependency dotnet-sdk to v8.0.301 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1118
- chore(deps): update dependency githubactionstestlogger to v2.4.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1119
- chore(deps): update dependency githubactionstestlogger to v2.4.1 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1120
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.5 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1121
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.6 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1122
- chore(deps): update dependency nerdbank.gitversioning to v3.6.139 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1123
- chore(deps): update dependency dotnet-sdk to v8.0.302 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1124
- fix: use correct base path in
Directory.CreateTempSubdirectoryby @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1127
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v21.0.2...v21.0.22
v21.0.2
What's Changed
- docs: update link to codacy in readme badge by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1102
- chore(deps): update dependency nunit.analyzers to v4.1.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1103
- feat!: remove obsolete factory methods by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1104
- fix!: support exclamation mark in conventional commits by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1105
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v20.0.34...v21.0.2
v20.0.34
What's Changed
- chore(deps): update dependency coverlet.collector to v6.0.2 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1096
- chore(deps): update dependency dotnet-sdk to v8.0.202 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1097
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.3 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1098
- fix: make FileSystemStream properties virtual by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1099
- chore(deps): update dependency dotnet-sdk to v8.0.203 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1100
- fix: remove unused .NET versions in CI build by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1101
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v20.0.28...v20.0.34
v20.0.28
What's Changed
- chore(deps): update dotnet/nbgv action to v0.4.2 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1082
- chore(deps): update dependency nunit.analyzers to v4 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1083
- chore(deps): update dependency nunit.analyzers to v4.0.1 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1084
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.1 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1085
- chore(deps): update dependency microsoft.net.test.sdk to v17.9.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1086
- chore(deps): update dependency saucecontrol.inheritdoc to v2.0.1 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1087
- chore(deps): update dependency dotnet-sdk to v8.0.200 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1088
- chore(deps): update dependency dotnet-sdk to v8.0.201 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1089
- chore(deps): update dependency coverlet.collector to v6.0.1 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1090
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.2 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1092
- chore(deps): update dependency nunit to v4.1.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1093
- chore(deps): update softprops/action-gh-release action to v2 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1095
- feat: add testability for
DriveInfoby @FantasyTeddy in https://github.com/TestableIO/System.IO.Abstractions/pull/1094
New Contributors
- @FantasyTeddy made their first contribution in https://github.com/TestableIO/System.IO.Abstractions/pull/1094
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v20.0.15...v20.0.28
v20.0.15
What's Changed
- chore(deps): update dependency benchmarkdotnet to v0.13.11 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1066
- refactor: Convert Classic Assert to Constraint Model by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1065
- chore(deps): update actions/upload-artifact action to v4 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1068
- chore(deps): update actions/download-artifact action to v4 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1067
- chore(deps): update dependency saucecontrol.inheritdoc to v2 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1069
- chore(deps): update apexskier/github-release-commenter action to v1.3.6 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1071
- chore(deps): update dependency benchmarkdotnet to v0.13.12 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1075
- chore(deps): update dependency nunit to v4 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1058
- chore(deps): update dependency dotnet-sdk to v8.0.101 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1077
- refactor: remove workaround for Snapshooter/NUnit 4/.NET 4.6.2 compat… by @fgreinacher in https://github.com/TestableIO/System.IO.Abstractions/pull/1076
- fix: use correct path for wrapped
FileInfoandDirectoryInfoby @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1079
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v20.0.4...v20.0.15
v20.0.4
What's Changed
- refactor: update supported frameworks by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1060
- fix(ci): make push step idempotent by @fgreinacher in https://github.com/TestableIO/System.IO.Abstractions/pull/1062
- fix: combine ci and release workflows by @fgreinacher in https://github.com/TestableIO/System.IO.Abstractions/pull/1063
- fix: use correct release commenter version by @fgreinacher in https://github.com/TestableIO/System.IO.Abstractions/pull/1064
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.91...v20.0.4
v19.2.91
What's Changed
- chore(deps): update dependency saucecontrol.inheritdoc to v1.4.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1057
- chore(deps): update dependency moq to v4.20.70 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1059
- chore(deps): update actions/setup-dotnet action to v4 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1061
- fix: prefix bug in MockDirectory.EnumerateDirectories (#815) by @Phoenox in https://github.com/TestableIO/System.IO.Abstractions/pull/1046
New Contributors
- @Phoenox made their first contribution in https://github.com/TestableIO/System.IO.Abstractions/pull/1046
Full Changelog: https://github.com/TestableIO/System.IO.Abstractions/compare/v19.2.87...v19.2.91
v19.2.87
What's Changed
- chore(deps): update actions/checkout action to v4 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1037
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.25 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1038
- chore(deps): update dependency benchmarkdotnet to v0.13.8 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1039
- refactor: prepare serialization infrastructure for .NET 8+ by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1034
- chore(deps): update dependency dotnet-sdk to v7.0.401 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1040
- chore(deps): update amannn/action-semantic-pull-request action to v5.3.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1041
- chore(deps): update dependency benchmarkdotnet to v0.13.9 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1042
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.26 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1043
- chore(deps): update dependency dotnet-sdk to v7.0.402 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1045
- chore(deps): update dependency dotnet-sdk to v7.0.403 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1047
- chore(deps): update dependency benchmarkdotnet to v0.13.10 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1048
- chore(deps): update amannn/action-semantic-pull-request action to v5.4.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1050
- chore(deps): update dependency nunit to v3.14.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1051
- chore(deps): update dependency microsoft.net.test.sdk to v17.8.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1052
- chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.0 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1054
- chore(deps): update dependency dotnet-sdk to v7.0.404 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1055
- chore(deps): update dependency microsoft.sourcelink.github to v8 by @renovate in https://github.com/TestableIO/System.IO.Abstractions/pull/1056
- feat: enable net8.0 by @vbreuss in https://github.com/TestableIO/System.IO.Abstractions/pull/1032
Full Changelog: https://gith
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.