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 |
ebozduman
|
c7844b2783
|
Reverses the wrong condition when a new bucket cache is needed (#832)
|
2 years ago |
ebozduman
|
bb911d9b11
|
Removes broken exception handling outside of TearDown async function (#547)
|
4 years ago |
Harshavardhana
|
47f73e15be
|
Add out/ to git ignore list (#188)
Ignore following autogenerated files
```
Minio.Core/out/
Minio.Examples/Minio.Client.Examples.Core/out/
Minio.Functional.Tests/out/
```
|
8 years ago |
poornas
|
1fd303c25a
|
Rewrite SDK to support .NetCore and .Net 4.5.2 (#124)
|
8 years ago |
poornas
|
d9fb9eac31
|
Add netcore implementation in MinioCore2.
|
9 years ago |
Harshavardhana
|
3b4386a474
|
Delete all older project files.
|
9 years ago |
poornas
|
3a89924eff
|
Add .gitignore and .gitattributes.
|
9 years ago |
Frederick F. Kautz IV
|
aa126518d9
|
Initial code commit with working MakeBucket and V4 signing
|
10 years ago |