Martijn van Dijk
e7550db084
Format
2 years ago
Martijn van Dijk
e3a0a90188
Fixes
2 years ago
Martijn van Dijk
18afc0965b
Fix dispose
2 years ago
Martijn van Dijk
3f9a96513d
Format
2 years ago
Martijn van Dijk
cd356c8a3f
Format
2 years ago
Martijn van Dijk
9b64a52701
Rename
2 years ago
Martijn van Dijk
ffd8a53b9f
More fixes
2 years ago
Martijn van Dijk
58a6eed22f
Updates
2 years ago
Martijn van Dijk
93e2966f8d
Warnings
2 years ago
Martijn van Dijk
e3b114546e
Use dispose
2 years ago
Martijn van Dijk
c008d935f7
Warnings
2 years ago
Martijn van Dijk
4528307952
Format
2 years ago
Martijn van Dijk
8238e1d590
Rework parallel util method
2 years ago
dependabot[bot]
85fc1ea9aa
Bump MSTest.TestAdapter from 3.0.4 to 3.1.1
Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx ) from 3.0.4 to 3.1.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.0.4...v3.1.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>
2 years ago
dependabot[bot]
79b3bc5a3a
Bump CommunityToolkit.HighPerformance from 8.2.0 to 8.2.1 ( #820 )
Bumps [CommunityToolkit.HighPerformance](https://github.com/CommunityToolkit/dotnet ) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/CommunityToolkit/dotnet/releases )
- [Commits](https://github.com/CommunityToolkit/dotnet/compare/v8.2.0...v8.2.1 )
---
updated-dependencies:
- dependency-name: CommunityToolkit.HighPerformance
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>
2 years ago
dependabot[bot]
2446581c9b
Bump MSTest.TestFramework from 3.0.4 to 3.1.1 ( #821 )
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx ) from 3.0.4 to 3.1.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.0.4...v3.1.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>
2 years ago
dependabot[bot]
d1670db552
Bump regitlint from 6.3.11 to 6.3.12 ( #822 )
Bumps [regitlint](https://github.com/sethreno/ReGitLint ) from 6.3.11 to 6.3.12.
- [Commits](https://github.com/sethreno/ReGitLint/commits )
---
updated-dependencies:
- dependency-name: regitlint
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>
2 years ago
dependabot[bot]
4723be888a
Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.6.2 to 17.6.3.
- [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.6.2...v17.6.3 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Martijn van Dijk
f30c7215eb
Rework the github workflow ( #814 )
2 years ago
ebozduman
376872d97c
eol normalization with CRLF => LF in all files ( #802 )
2 years ago
Martijn van Dijk
56d687fb03
Warnings again ( #796 )
* Fix more warnings
* Nuget update
* Extend interface
* Move progres
* Namespace changes
* Format
* Renames
* Moves
* More moves
* More warnings
* Use new package for reactive
* Add editor config
* Allow 0
* Fix warnings
* Warnings as error
* Lint changes
* Revert "Drawingback Lint changes"
This reverts commit ed1ba1bfa5
.
* Fix lines
* Add editor config update
* More editor
* More editorconfig
* Format
* Format
* Format
* Fixes
* Format
* Format
* Runs bucket notification test by itself
---------
Co-authored-by: Ersan Bozduman <ersanbozduman@gmail.com>
2 years ago
Martijn van Dijk
827e2d32b9
Add stricter gitattributes ( #798 )
2 years ago
emrocha
db8e2066cd
PutObjectAsync with Snowball header must not use multipart ( #786 )
* PutObjectAsync with Snowball header must not use multipart
PutObjectAsync must not use multipart if has header "X-Amz-Meta-Snowball-Auto-Extract=true"
See https://github.com/minio/minio/issues/17033
* Lint changes
---------
Co-authored-by: Ersan <ersan.bozduman@gmail.com>
2 years ago
lukashev-di
5e82e86770
Add progress into PutObject method ( #764 )
* Add IProgress<ProgressReport> into PutObject metod
* Add functional tests
* run dotnet regitlint
* Update examples and doc file
* Cleanup code
* Prettify the progress output
2 years ago
Martijn van Dijk
db93895529
Fix more warnings ( #793 )
* Warning fixes
* More warnings
* Format
* Fix regex
* Move string to extension from uri
* More fixes
* More stuff
* Format
* No extra files in test projects
* Possible fix for build failure
* increases the http timeout
* uses 'Dispose' instead of 'using'
---------
Co-authored-by: Ersan <ersan.bozduman@gmail.com>
2 years ago
Luan Mattner Müller
26fb8480fa
Fix System.NullReferenceException on IAMAWSProvider. ( #789 )
2 years ago
ebozduman
b517250dd5
.Net4.x support and parallel test run fixes ( #792 )
2 years ago
Martijn van Dijk
a29f4b14fb
Next fixes ( #779 )
* Updates for proj files
* Cleanup
* Change clientprovider to interface
* Use ValueTask for async methods who only call sync
* Use Task based stream
* Cleans
* Fixes
* Format
* Update tool
* Move all to interface
* New user and password env
* Format
* Replaces the shared filename
---------
Co-authored-by: Ersan <ersan.bozduman@gmail.com>
2 years ago
Martijn van Dijk
21b4709951
Run tests in Parallel ( #781 )
* Parallel tests
(cherry picked from commit bea6c14aac
)
* Format
* Fixes the clashing temporary file names
* Run core tests in parallel
---------
Co-authored-by: Ersan <ersan.bozduman@gmail.com>
2 years ago
Minio Trusted
5d181037c4
Update version to next release 5.0.1
2 years ago
ebozduman
4276f66bda
.Net4.x workaround for unhandled special chars ( #776 )
* .Net4.x workaround for unhandled special chars
* adds the forgotten comments for the workaround
* lint changes
2 years ago
Martijn van Dijk
66cef4f5ce
Fixes ( #774 )
* Fix
* Null checks
* Cleanup
* Is or is not null checks
* Update nuget
* Fix concurency bug in older dotnet
* Fix buffer bug in older dotnet
* More null checks
* New name
* Disable analyzer again
* Move more to extensions
* Invert checks
* Fix
2 years ago
Martijn van Dijk
5054421123
Minor cleanups ( #770 )
2 years ago
Martijn van Dijk
b505805370
Some cleanup ( #769 )
* Move builder to extension methods
* Remove dead code
* Fixes the GitHub Actions warning
* Removes unnecessary target net48 from tests
---------
Co-authored-by: Ersan <ersan.bozduman@gmail.com>
2 years ago
ebozduman
a53bbc360e
Adds return values for PutObjectAsync api ( #731 )
2 years ago
Martijn van Dijk
91dc25eb06
Fix warnings ( #766 )
* Fix warnings
* More fixes
* More warnings
* And more
* More
* More
* Fixes
* Dispose correctly
* Add metadata
* Use uppercase
* No dispose
* Revert
* Headers type
* Don't cancel cancelled task
2 years ago
Martijn van Dijk
1682ce93ca
Cleanup obsolete methods ( #765 )
2 years ago
Martijn van Dijk
6a45116877
Deserialize xml content not containing namespace ( #763 )
* Deserialize xml content not containing namespace
* Optimize
* Format
* dispose using streams
* Fixes
* addresses git actions/warnings
---------
Co-authored-by: Thomas Paterson <tpaterson@redboxvoice.com>
Co-authored-by: Ersan <ersan.bozduman@gmail.com>
2 years ago
Martijn van Dijk
c43ef122b6
Span compat ( #757 )
* Start using hashing and span
* Skip some tests for now
* Working version
* Cleanup
* More span
* Cleanup
* Cleanup response
* More Span
* Fix hash
* More span
* Add netstandard compat back in
* Fix null checks
* Format
* Fix all span for netstandard
* Update package
* Add net48 compat in tests
* Fix warnings
* Fix test
* Completes changes to support 4.7.2 & 4.8 releases
* Changes to support 4.x releases
* Fix tags
* Fix file name
* turn the escaping off
* Format
* Update format
* Fix tests
* Update nuget
* Fix warnings
* More span
* Format
* Fix test
* More span
* Optimize streams
* Format again
* More memory
* Format
* Performance
* Fix test
* Progress
* More stream
* Format
* Fix response
* More span
* Use memory
* fixes the lint errors
* Fix merge
* Fixes
(cherry picked from commit 3363b2519d
)
* More fixes
(cherry picked from commit 869fc5fc44
)
* more lint changes
---------
Co-authored-by: Ersan <ersan.bozduman@gmail.com>
2 years ago
Pedro Juarez
bc8104f0bd
Validate verifies the field JWTSupplier is not null before it is assigned causing a `Parameter 'JWTSupplier JWT Token supplier cannot be null.'` exception. ( #753 )
Breaking IAMAWSProvider.GetAccessCredentials
See b332b78f47/Minio/Credentials/IAMAWSProvider.cs (L93)
This is a fix to set the field value before Validate().
2 years ago
Martijn van Dijk
b332b78f47
add .Net6 support across codebase ( #732 )
Co-authored-by: ebozduman <ersan.bozduman@gmail.com>
2 years ago
Ersan
9daec16181
Removes unnecessary port number
2 years ago
Ersan
314539b670
Replaces 'http' with 'https' in Minio.Tests for 'play.min.io'
2 years ago
Minio Trusted
b5f2ace812
Update version to next release 4.0.8
3 years ago
ebozduman
afa9dad8e9
Adds Func<Stream, Task> to replace Action<Stream> for GetObjectAsync() ( #730 )
3 years ago
Алексей Даниленко
c06d104e71
using interface IReadOnlyDictionary instead of a dicrionary in TagSet and Tagging
3 years ago
Markus Dippold
717563cad1
lint changes
3 years ago
Markus Dippold
23abb552dd
Filter must not be missing, even if it is empty.
3 years ago
Markus Dippold
abae5b8547
Add optional NewerNoncurrentVersions to NoncurrentVersionExpiration to have the same properties as minio-go
3 years ago
Markus Dippold
41fc094539
added missing using
3 years ago