Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Migration *.cs File Cause Visual Studio Warning CS1591 When XML Doc Enabled #120

Description

@gpresland

Condition

  • Visual Studio
  • *.csproj has XML documentation file enabled.

Issue

*.cs migrations files cause Visual Studio to output warnings for rule CS1591 (Missing XML comment for publicly visible type or member 'Type_or_Member').

https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-messages/cs1591

Solutions

Generate *.cs migration files should be prepended with:

#pragma warning disable CS1591

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions