Stephan Bade Ing
d76ef110a3
Replaced inefficient array length check
`Split(...)` does not return `null`, so a `null`-check is not necessary when accessing `path`.
Furthermore, converting an array twice to a list only to check the element count is inefficient - use `path.Length` directly instead.
1 year ago
Stephan Bade Ing
69783cd9db
Fixed error handling in `RequestExtensions` #1041
Response error handling was unintentionally removed in a previous commit. Added it back to the `ExecuteTaskCoreAsync` method.
Fixed `NullReferenceException`-bug in the `HandleIfErrorResponse` method - `throw response.Exception;` does not make sense if the exception is null.
1 year ago
Ramon de Klein
cb74b1a248
Use IAsyncEnumerable for ListObjectsAsync instead of observables. ( #1049 )
* Use IAsyncEnumerable for ListObjectsAsync instead of observables.
* Fixed compilation issues with functional tests.
* Change IObservable to IAsyncEnumerable for removing objects and listing incomplete uploads
* Include user metadata (and some other fixes)
* Fix formatting
* Remove test delays (shouldn't be necessary and otherwise, we've hit a bug)
* Properly decode keys
* Fix a bug that would only return the first 1000 objects during listing
1 year ago
dependabot[bot]
682ae9c935
Bump System.Reactive from 6.0.0 to 6.0.1 ( #1082 )
Bumps [System.Reactive](https://github.com/dotnet/reactive ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/dotnet/reactive/releases )
- [Commits](https://github.com/dotnet/reactive/commits/ixnet-v6.0.1 )
---
updated-dependencies:
- dependency-name: System.Reactive
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
626d669943
Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 ( #1081 )
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.9.0 to 17.10.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.9.0...v17.10.0 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
d99e79edbc
Bump Meziantou.Analyzer from 2.0.151 to 2.0.152 ( #1080 )
Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer ) from 2.0.151 to 2.0.152.
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases )
- [Commits](https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.151...2.0.152 )
---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
b19605c51a
Bump Roslynator.Formatting.Analyzers from 4.12.2 to 4.12.3 ( #1074 )
Bumps [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator ) from 4.12.2 to 4.12.3.
- [Release notes](https://github.com/dotnet/roslynator/releases )
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md )
- [Commits](https://github.com/dotnet/roslynator/compare/v4.12.2...v4.12.3 )
---
updated-dependencies:
- dependency-name: Roslynator.Formatting.Analyzers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
c3c2da1ef7
Bump Meziantou.Analyzer from 2.0.150 to 2.0.151 ( #1076 )
Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer ) from 2.0.150 to 2.0.151.
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases )
- [Commits](https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.150...2.0.151 )
---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Ramon de Klein
d7eb539adf
Fix progress timing for `PutObject_Test9 ` test ( fixes #1078 ) ( #1079 )
1 year ago
dependabot[bot]
58be7f99a1
Bump Polly from 8.3.1 to 8.4.0 ( #1073 )
Bumps [Polly](https://github.com/App-vNext/Polly ) from 8.3.1 to 8.4.0.
- [Release notes](https://github.com/App-vNext/Polly/releases )
- [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md )
- [Commits](https://github.com/App-vNext/Polly/compare/8.3.1...8.4.0 )
---
updated-dependencies:
- dependency-name: Polly
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
a6b2cb68dc
Bump Roslynator.Analyzers from 4.12.2 to 4.12.3 ( #1072 )
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator ) from 4.12.2 to 4.12.3.
- [Release notes](https://github.com/dotnet/roslynator/releases )
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md )
- [Commits](https://github.com/dotnet/roslynator/compare/v4.12.2...v4.12.3 )
---
updated-dependencies:
- dependency-name: Roslynator.Analyzers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
ef05c638df
Bump jetbrains.resharper.globaltools from 2024.1.1 to 2024.1.2 ( #1070 )
Bumps jetbrains.resharper.globaltools from 2024.1.1 to 2024.1.2.
---
updated-dependencies:
- dependency-name: jetbrains.resharper.globaltools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
8f9fbca732
Bump Meziantou.Analyzer from 2.0.149 to 2.0.150 ( #1067 )
Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer ) from 2.0.149 to 2.0.150.
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases )
- [Commits](https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.149...2.0.150 )
---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
29e976d406
Bump Meziantou.Polyfill from 1.0.37 to 1.0.38 ( #1066 )
Bumps [Meziantou.Polyfill](https://github.com/meziantou/Meziantou.Polyfill ) from 1.0.37 to 1.0.38.
- [Commits](https://github.com/meziantou/Meziantou.Polyfill/commits )
---
updated-dependencies:
- dependency-name: Meziantou.Polyfill
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
90556c9c15
Bump Roslynator.Analyzers from 4.12.1 to 4.12.2 ( #1062 )
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator ) from 4.12.1 to 4.12.2.
- [Release notes](https://github.com/dotnet/roslynator/releases )
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md )
- [Commits](https://github.com/dotnet/roslynator/compare/v4.12.1...v4.12.2 )
---
updated-dependencies:
- dependency-name: Roslynator.Analyzers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
James
655d551d58
Update README.md ( #1060 )
1 year ago
dependabot[bot]
cd4550b851
Bump Roslynator.Formatting.Analyzers from 4.12.1 to 4.12.2 ( #1061 )
Bumps [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator ) from 4.12.1 to 4.12.2.
- [Release notes](https://github.com/dotnet/roslynator/releases )
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md )
- [Commits](https://github.com/dotnet/roslynator/compare/v4.12.1...v4.12.2 )
---
updated-dependencies:
- dependency-name: Roslynator.Formatting.Analyzers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
3a6daaf943
Bump jetbrains.resharper.globaltools from 2024.1.0 to 2024.1.1 ( #1056 )
Bumps jetbrains.resharper.globaltools from 2024.1.0 to 2024.1.1.
---
updated-dependencies:
- dependency-name: jetbrains.resharper.globaltools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
ebozduman
ce085aad11
fixes PutObject_Test9 failure during PR merge ( #1058 )
Co-authored-by: Ersan Bozduman <ersanbozduman@gmail.com>
1 year ago
dependabot[bot]
d0a45a45af
Bump Meziantou.Analyzer from 2.0.146 to 2.0.149 ( #1055 )
Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer ) from 2.0.146 to 2.0.149.
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases )
- [Commits](https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.146...2.0.149 )
---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
8b668e2005
Bump Roslynator.Analyzers from 4.12.0 to 4.12.1 ( #1054 )
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator ) from 4.12.0 to 4.12.1.
- [Release notes](https://github.com/dotnet/roslynator/releases )
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md )
- [Commits](https://github.com/dotnet/roslynator/compare/v4.12.0...v4.12.1 )
---
updated-dependencies:
- dependency-name: Roslynator.Analyzers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
78b9e57e2c
Bump Roslynator.Formatting.Analyzers from 4.12.0 to 4.12.1 ( #1053 )
Bumps [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator ) from 4.12.0 to 4.12.1.
- [Release notes](https://github.com/dotnet/roslynator/releases )
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md )
- [Commits](https://github.com/dotnet/roslynator/compare/v4.12.0...v4.12.1 )
---
updated-dependencies:
- dependency-name: Roslynator.Formatting.Analyzers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
BlueXTX
b47aeb1641
Add .Net8 support ( #1050 )
* Updated .gitignore for JetBrains IDE
* Removed unsupported(in net8) exception constructor
* Added net8 to Minio project target frameworks
* Updated GitHub actions to use net8 sdk
* Bumped examples and tests .net version
* Removed net7.0 from Minio.csproj target frameworks
* Updated "Execute Functional Tests Linux" job
* Ran dotnet regitlint
1 year ago
dependabot[bot]
4895be4fcf
Bump jetbrains.resharper.globaltools from 2023.3.4 to 2024.1.0 ( #1051 )
Bumps jetbrains.resharper.globaltools from 2023.3.4 to 2024.1.0.
---
updated-dependencies:
- dependency-name: jetbrains.resharper.globaltools
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
81fd1aa24e
Bump MSTest.TestAdapter from 3.2.2 to 3.3.1 ( #1048 )
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx ) from 3.2.2 to 3.3.1.
- [Release notes](https://github.com/microsoft/testfx/releases )
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md )
- [Commits](https://github.com/microsoft/testfx/compare/v3.2.2...v3.3.1 )
---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
fe11921c99
Bump MSTest.TestFramework from 3.2.2 to 3.3.1 ( #1047 )
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx ) from 3.2.2 to 3.3.1.
- [Release notes](https://github.com/microsoft/testfx/releases )
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md )
- [Commits](https://github.com/microsoft/testfx/compare/v3.2.2...v3.3.1 )
---
updated-dependencies:
- dependency-name: MSTest.TestFramework
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
ac7170444b
Bump Meziantou.Analyzer from 2.0.145 to 2.0.146 ( #1034 )
Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer ) from 2.0.145 to 2.0.146.
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases )
- [Commits](https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.145...2.0.146 )
---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
c563f2431d
Bump Meziantou.Polyfill from 1.0.36 to 1.0.37 ( #1039 )
Bumps [Meziantou.Polyfill](https://github.com/meziantou/Meziantou.Polyfill ) from 1.0.36 to 1.0.37.
- [Commits](https://github.com/meziantou/Meziantou.Polyfill/commits )
---
updated-dependencies:
- dependency-name: Meziantou.Polyfill
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
ae19bf7922
Bump Roslynator.Analyzers from 4.11.0 to 4.12.0 ( #1040 )
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator ) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/dotnet/roslynator/releases )
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md )
- [Commits](https://github.com/dotnet/roslynator/compare/v4.11.0...v4.12.0 )
---
updated-dependencies:
- dependency-name: Roslynator.Analyzers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Daniel Dudda
2a9ca2a11a
Make IAMAWSProviderExample work again ( #1037 )
* docs: fix IAMAWSProvider example
* refactor: fix naming in AWSEnvironmentProviderExample
* style(cases): remove tabs from IAMAWSProviderExample
1 year ago
dependabot[bot]
922525bb0d
Bump Roslynator.Formatting.Analyzers from 4.11.0 to 4.12.0 ( #1035 )
Bumps [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator ) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/dotnet/roslynator/releases )
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md )
- [Commits](https://github.com/dotnet/roslynator/compare/v4.11.0...v4.12.0 )
---
updated-dependencies:
- dependency-name: Roslynator.Formatting.Analyzers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
f9f8c65c18
Bump jetbrains.resharper.globaltools from 2023.3.3 to 2023.3.4 ( #1033 )
Bumps jetbrains.resharper.globaltools from 2023.3.3 to 2023.3.4.
---
updated-dependencies:
- dependency-name: jetbrains.resharper.globaltools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
64c7d4efb5
Bump System.Text.Json from 8.0.2 to 8.0.3 ( #1032 )
Bumps [System.Text.Json](https://github.com/dotnet/runtime ) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.2...v8.0.3 )
---
updated-dependencies:
- dependency-name: System.Text.Json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
1f650b0ca6
Bump Microsoft.Extensions.DependencyInjection.Abstractions ( #1031 )
Bumps [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1 )
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
fa3b5d1d7f
Bump Polly from 8.3.0 to 8.3.1 ( #1029 )
Bumps [Polly](https://github.com/App-vNext/Polly ) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/App-vNext/Polly/releases )
- [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md )
- [Commits](https://github.com/App-vNext/Polly/compare/8.3.0...8.3.1 )
---
updated-dependencies:
- dependency-name: Polly
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
barbiefan
f7d4de594b
docs(readme): fix missing brackets in readme examples ( #1025 )
1 year ago
dependabot[bot]
254b32ff1d
Bump Meziantou.Polyfill from 1.0.35 to 1.0.36 ( #1024 )
Bumps [Meziantou.Polyfill](https://github.com/meziantou/Meziantou.Polyfill ) from 1.0.35 to 1.0.36.
- [Commits](https://github.com/meziantou/Meziantou.Polyfill/commits )
---
updated-dependencies:
- dependency-name: Meziantou.Polyfill
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
57fc4bfe92
Bump System.Text.Json from 8.0.1 to 8.0.2 ( #1022 )
Bumps [System.Text.Json](https://github.com/dotnet/runtime ) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v8.0.2 )
---
updated-dependencies:
- dependency-name: System.Text.Json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
e0adb1f4ae
Bump Meziantou.Analyzer from 2.0.143 to 2.0.145 ( #1023 )
Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer ) from 2.0.143 to 2.0.145.
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases )
- [Commits](https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.143...2.0.145 )
---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
0ca2c5405c
Bump MSTest.TestFramework from 3.2.1 to 3.2.2 ( #1019 )
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/microsoft/testfx/releases )
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md )
- [Commits](https://github.com/microsoft/testfx/compare/v3.2.1...v3.2.2 )
---
updated-dependencies:
- dependency-name: MSTest.TestFramework
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
0106d091fd
Bump MSTest.TestAdapter from 3.2.1 to 3.2.2 ( #1018 )
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/microsoft/testfx/releases )
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md )
- [Commits](https://github.com/microsoft/testfx/compare/v3.2.1...v3.2.2 )
---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
53c3da09fc
Bump Meziantou.Analyzer from 2.0.142 to 2.0.143 ( #1015 )
Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer ) from 2.0.142 to 2.0.143.
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases )
- [Commits](https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.142...2.0.143 )
---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
594006d70c
Bump Meziantou.Polyfill from 1.0.34 to 1.0.35 ( #1016 )
Bumps [Meziantou.Polyfill](https://github.com/meziantou/Meziantou.Polyfill ) from 1.0.34 to 1.0.35.
- [Commits](https://github.com/meziantou/Meziantou.Polyfill/commits )
---
updated-dependencies:
- dependency-name: Meziantou.Polyfill
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
7b5df5dee0
Bump Roslynator.Analyzers from 4.10.0 to 4.11.0 ( #1013 )
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator ) from 4.10.0 to 4.11.0.
- [Release notes](https://github.com/dotnet/roslynator/releases )
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md )
- [Commits](https://github.com/dotnet/roslynator/compare/v4.10.0...v4.11.0 )
---
updated-dependencies:
- dependency-name: Roslynator.Analyzers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
94cb39ad2c
Bump Roslynator.Formatting.Analyzers from 4.10.0 to 4.11.0 ( #1014 )
Bumps [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator ) from 4.10.0 to 4.11.0.
- [Release notes](https://github.com/dotnet/roslynator/releases )
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md )
- [Commits](https://github.com/dotnet/roslynator/compare/v4.10.0...v4.11.0 )
---
updated-dependencies:
- dependency-name: Roslynator.Formatting.Analyzers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
4872ae9e82
Bump Meziantou.Analyzer from 2.0.141 to 2.0.142 ( #1011 )
Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer ) from 2.0.141 to 2.0.142.
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases )
- [Commits](https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.141...2.0.142 )
---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Andrea Longo
262037bd41
Update AddMinio() example ( #1010 )
1 year ago
dependabot[bot]
44c936ab3e
Bump Polly from 8.2.1 to 8.3.0
Bumps [Polly](https://github.com/App-vNext/Polly ) from 8.2.1 to 8.3.0.
- [Release notes](https://github.com/App-vNext/Polly/releases )
- [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md )
- [Commits](https://github.com/App-vNext/Polly/compare/8.2.1...8.3.0 )
---
updated-dependencies:
- dependency-name: Polly
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Phil Bolduc
dd8355c72e
Replace calls HttpStatusCode.Equals with direct comparison
1 year ago
Saverio Guzzo
46d1a0b6c5
Update client and secret access fields in README
Just following the official documentation at https://min.io/docs/minio/linux/reference/minio-mc/mc-alias-import.html#id7
1 year ago