CloudinaryDotNet icon indicating copy to clipboard operation
CloudinaryDotNet copied to clipboard

Cloudinary DotNet library

Results 20 CloudinaryDotNet issues
Sort by recently updated
recently updated
newest added

## Feature request for Cloudinary .NET SDK Mark resourceType enum with flag so you could specify both images and videos ![image](https://github.com/cloudinary/CloudinaryDotNet/assets/23178377/5c4aad9c-3bdd-469e-a406-04528e929e94) ## Explain your use case Currently you have to...

the following code is not working in cloudinary nuget package version -- 1.21.0. I am using .net core AuthToken t = new AuthToken("MyKey").Expiration(1514764800); string url = cloudinary.Api.Url .AuthToken(t) .Signed(true) .Type("authenticated")...

## Bug report for Cloudinary .NET SDK Before proceeding, please update to latest version and test if the issue persists ## Describe the bug in a sentence or two. …...

Is there any way we can get a `https://` in the URL builds without having to specify the `Secure()` function each time? Is there still a requirement for `http://` only...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade cloudinary-jquery-file-upload from 2.13.0 to 2.13.1. :information_source: Keep your dependencies up-to-date....

We're looking to enhance our sample projects and we need your help! By creating a new sample project, this is your chance to contribute to our SDKs and showcase the...

### Brief Summary of Changes - Updated the project to be compatible with **.NET 8**, resolving outdated dependencies . - Updated the documentation to be suited for .NET 8. ####...

We're looking to enhance our sample projects and we need your help! Our sample project needs some updating which gives you a chance to contribute to our SDKs and showcase...

Hacktoberfest is here! And we’re excited to invite you to explore and contribute to our **Cloudinary SDKs** on GitHub! Whether you’re a seasoned contributor or new to Open Source, this...

The RawUploadParams class seems to lack a UploadPreset field, unlike both the ImageUploadParams and VideoUploadParams, making it impossible to send basic files through an unsigned upload preset via the sdk.