Closed astrohart closed 2 years ago
My point in filing this issue is, that the Resources.Designer.cs
file is auto-generated, and thus, fixing the things that Vsxmd
is complaining about is pointless -- the file will just be regenerated on the next build, and my changes will go away.
Can't reproduce, this only seems to be occurring in some of my solutions.
Hi,
This is actually a compound issue:
Warning CS1591 Missing XML comment for publicly visible type or member
for code elements in myResources.Designer.cs
file even though it is an auto-generated file (meaning, as you add/remove resources to/from your project, Visual Studio writes the code in this file for you)using System;
namespace MyApp.Properties { ///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources
{
}