You project should still work, you might need to add Cloudinary.Core.Html if certain methods are missing.
- Reduce dependencies on Cloudinary.Core main project
- Extract Html components and put it into Cloudinary.Core.Html.
- Deprecate usage of internal StringDicionary and use
IDictionary<string, string>
instead
- Async first
- Replaced WebClient with HttpClient
- Moved Synchronous code to Cloudinary.Core.Sync (Extension methods on Cloudinary)
- properly implemented Async for: UploadAsync & DeleteResourcesAsync
- Code cleanup
- Better handling of async tasks
- Initial buildable solution:
- Contains custom simple rectangle struct.
- Throws whenever HttpContext.Current is used
- Removed Aspx references