Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Veysel MUTLU changes#1756

Open
vmutlu wants to merge7 commits intodotnet-architecture:dev
base:dev
Choose a base branch
Loading
fromvmutlu:dev
Open

Conversation

@vmutlu
Copy link

📌 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

_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 freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

1 more reviewer

@MarusykMarusykMarusyk requested changes

Reviewers whose approvals may not affect merge requirements

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@vmutlu@Marusyk

[8]ページ先頭

©2009-2025 Movatter.jp