-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgraded sample project to .NET 8 #371
Conversation
🎉 Snyk hasn't found any issues so far.✅ security/snyk check is completed. No issues were found. (View Details) ✅ license/snyk check is completed. No issues were found. (View Details) |
I have updated the project to .NET 8, addressing the dependency update requirement. Below are the updates and next steps for my planned contributions:
Let me know if this plan aligns with the direction of the project. Once approved, I’ll proceed with implementing these features. |
@arya2004 The plan sounds great! Feel free to proceed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arya2004 The project looks awesome!
There are some broken links on top right corner, not critical.
Please remove your credentials from:
https://github.com/cloudinary/CloudinaryDotNet/pull/371/files#diff-9d2b1915978abac450213acc4fc09a2b268e3ed4db2bff3126f89a3507df2c4a
And I strongly suggest you to regenerate your access key in admin console, since this one is obviously leaked.
Feel free to proceed with your plan (like adding a better image gallery, or maybe adding support for deleting files ( I uploaded some of my images to your cloud :) )
<pre><code class="language-csharp"> | ||
var uploadParams = new ImageUploadParams() | ||
{ | ||
File = new FileDescription('filename.jpg") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File = new FileDescription('filename.jpg") | |
File = new FileDescription("filename.jpg") |
using Microsoft.AspNetCore.Http; | ||
using Microsoft.AspNetCore.Mvc; | ||
using Microsoft.AspNetCore.Mvc.RazorPages; | ||
using Newtonsoft.Json; | ||
using Newtonsoft.Json.Linq; | ||
using PhotoAlbum.Data; | ||
using UploadResult = PhotoAlbum.Data.UploadResult; | ||
using Markdig; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using Markdig; |
"CloudName": "", | ||
"ApiKey": "", | ||
"ApiSecret": "", | ||
"CloudName": "dtxqasgig", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"CloudName": "dtxqasgig", | |
"CloudName": "", |
"ApiKey": "", | ||
"ApiSecret": "", | ||
"CloudName": "dtxqasgig", | ||
"ApiKey": "533752815973466", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"ApiKey": "533752815973466", | |
"ApiKey": "", |
"ApiSecret": "", | ||
"CloudName": "dtxqasgig", | ||
"ApiKey": "533752815973466", | ||
"ApiSecret": "LkhGjqjO8zQkjbzc2hL1jFDc628", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"ApiSecret": "LkhGjqjO8zQkjbzc2hL1jFDc628", | |
"ApiSecret": "", |
apologies for the mistake ;( will prioritize minor refactoring.... |
Hello, @const-cloudinary . I've made the changes you told. Please review the new PR |
@arya2004 it looks great! Thank you very much for contribution! |
@arya2004 thanks for your contribution. this PR is eligible for free Cloudinary Hackatoberfest swag. Please send me an email at [email protected] with your name, GitHub username, and a link to the PR where I'll send further instructions. Happy Hacktoberfest! |
@colbyfayock I've sent the email with my details. Looking forward to hearing back! |
Brief Summary of Changes
What does this PR address?
Are tests included?
Reviewer, please note:
Checklist: