Skip to content

Feature/create first version#1

Merged
pmosk merged 14 commits intomainfrom
feature/create-first-version
Apr 3, 2025
Merged

Feature/create first version#1
pmosk merged 14 commits intomainfrom
feature/create-first-version

Conversation

@pmosk
Copy link
Member

@pmosk pmosk commented Apr 1, 2025

No description provided.

@pmosk pmosk requested a review from andreise April 1, 2025 21:10
return name;
}

if (endpointType.TypeKind is TypeKind.Interface && name.StartsWith("I", StringComparison.InvariantCultureIgnoreCase))
Copy link
Member

Choose a reason for hiding this comment

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

It might be simplified to following, but let's keep it 'as is' for the sake of uniformity, to correspond other StartsWith and similar checks.

Suggested change
if (endpointType.TypeKind is TypeKind.Interface && name.StartsWith("I", StringComparison.InvariantCultureIgnoreCase))
if (endpointType.TypeKind is TypeKind.Interface && name.StartsWith('I'))

@pmosk pmosk merged commit c51a543 into main Apr 3, 2025
2 checks passed
@pmosk pmosk deleted the feature/create-first-version branch April 3, 2025 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants