Oharra
Orrialde honetara sartzeak baimena behar du. Saioa hasteko edo direktorioak aldatzen saia zaitezke.
Orrialde honetara sartzeak baimena behar du. Direktorioak aldatzen saia zaitezke.
Falta el comentario XML para el tipo o miembro visible de forma pública 'Type_or_Member'
Se ha especificado la opción del compilador DocumentationFile, pero una o más construcciones no tenían comentarios.
En el ejemplo siguiente se genera la advertencia CS1591:
// CS1591.cs
// compile with: /W:4 /doc:x.xml
/// text
public class Test
{
// /// text
public static void Main() // Try the following instead: remove "//" from previous line (`// /// text` about the comments)
//or add #pragma warning disable 1591
//a good practice is add the following comments:
// /// <summary>
// ///
// /// </summary>
// this can be easily achieve at Visual Studio in a simple way adding triple forward slashes (`///`)
{
}
}
Lagundu gurekin GitHub-en
Eduki honen iturria GitHub-en aurki daiteke, non arazoak eta pull eskaerak ere sortu eta berrikusi ditzakezu. Informazio gehiago nahi izanez gero, ikusi gure kolaboratzaileen gida.