Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Veysel MUTLU changes #1756

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
Open

Veysel MUTLU changes #1756

wants to merge 7 commits into from

Conversation

vmutlu
Copy link

@vmutlu vmutlu commented Sep 11, 2021

📌 Changes

Some abbreviations and class additions were made to the project.

{
item.FillProductUrl(baseUri, azureStorageEnabled: azureStorageEnabled);
}
items.ForEach(item => { item.FillProductUrl(baseUri, azureStorageEnabled: azureStorageEnabled); });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the point of the change?

item.PictureUri = azureStorageEnabled
? picBaseUrl + item.PictureFileName
: picBaseUrl.Replace("[0]", item.Id.ToString());
// https://www.linkedin.com/feed/update/urn:li:activity:6841055191211491328/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need this link to the Linkedin post here? It didn't answer the question what is better to use

@@ -21,6 +21,8 @@ public ProfileService(UserManager<ApplicationUser> userManager)
_userManager = userManager;
}

//New Method ArgumentNullException.ThrowIfNull (obj) Added to .NET 6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sure this source code is not a guide for C# new features, it is more about architecture.
Why do we need to include links to posts? Why not official documentation then?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants