| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| /// </summary> | ||
| [Parameter] | ||
| public Guid Guid | ||
| public Guid GUID |
There was a problem hiding this comment.
Please revert - we should use camel style. Also it is public API (breaking change).
Sorry, something went wrong.
There was a problem hiding this comment.
done
Sorry, something went wrong.
| [AllowNull] | ||
| [SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings")] | ||
| public string HelpInfoUri | ||
| public string HelpInfoURI |
There was a problem hiding this comment.
Please revert - it is public API (breaking change).
Sorry, something went wrong.
There was a problem hiding this comment.
done
Sorry, something went wrong.
| public Guid Guid | ||
| public Guid GUID | ||
| { | ||
| get { return _guid; } |
There was a problem hiding this comment.
pougetat (@pougetat) You could review all such unneeded private fields and remove them. Better in follow PR.
Sorry, something went wrong.
There was a problem hiding this comment.
sounds good
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The purpose of this PR is to fix some of the coding style in NewModuleManifestCommand
PR Checklist