microsoft / referencesource

Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
https://referencesource.microsoft.com/
MIT License
3.16k stars 1.27k forks source link

Typo fix in 'paramref name' directive #46

Closed ec-milan closed 6 years ago

ec-milan commented 6 years ago

Minor fix to make sure that the intellisense for Required attribute shows up correctly.

akoeplinger commented 6 years ago

This repository is read-only and does not accept code contributions (see README).

I'd have suggested sending a PR to corefx instead, but it seems it's already fixed there: https://github.com/dotnet/corefx/blob/3e55c1ca85a0ad653bd2e6ed89c519ddff8ba0b3/src/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/RequiredAttribute.cs#L38 😄

ec-milan commented 6 years ago

Tnx @akoeplinger Closing...