|
Mostrando mensaje 3678
|
|
< Anterior | Siguiente >
|
|
|
| | Asunto: | [cooperatorframework] ¿Como compilar el framework sin advertencias o errores? | | Fecha: | 26 de Enero, 2010 17:50:36 (+0100) | | Autor: | elnoegarcia <elnoegarcia @.........mx>
|
|
¡Hola!
Buen día a todos. Tengo experiencia en otros frameworks (CSLA y
Nettiers) pero soy novato con este framework, lo descargué de CodePlex y quiero
compilarlo con VS2008 pero me aparecen 7 mensajes de advertencia (warnings), y si
lo intento compilar junto con el proyecto del Modeler, me aparecen esos mismos
mensajes de advertencia más 3 errores.
La versión del framework que intento
compilar es la más reciente a la fecha en CodePlex (1.3.3.0)
Las advertencias
son las siguientes:
Warning 1
'Cooperator.Framework.Core.IObjectList<T>.Remove(T)' hides inherited member
'System.Collections.Generic.ICollection<T>.Remove(T)'. Use the new keyword if
hiding was intended. D:\Mis
documentos\Descargas\Cooperator_Framework_1.3.3.0\1.3.3.0\Cooperator.Framework.Core\IObjectList.cs
65 14 Cooperator.Framework.Core
Warning 2
'Cooperator.Framework.Core.ObjectList<T>.Remove(T)' hides inherited member
'System.Collections.Generic.List<T>.Remove(T)'. Use the new keyword if hiding was
intended. D:\Mis
documentos\Descargas\Cooperator_Framework_1.3.3.0\1.3.3.0\Cooperator.Framework.Core\BaseObjectList.cs
130 21 Cooperator.Framework.Core
Warning 3
'Cooperator.Framework.Core.ObjectListView<T>.this[int]' hides inherited member
'System.Collections.Generic.List<T>.this[int]'. Use the new keyword if hiding was
intended. D:\Mis
documentos\Descargas\Cooperator_Framework_1.3.3.0\1.3.3.0\Cooperator.Framework.Core\BaseObjectListView.cs
340 18 Cooperator.Framework.Core
Warning 4 Missing XML comment for
publicly visible type or member
'Cooperator.Framework.Utility.DBReverseHelper.PropertyEditors.ToStringInfoEditorForm.ToStringParams_listbox'
D:\Mis
documentos\Descargas\Cooperator_Framework_1.3.3.0\1.3.3.0\Cooperator.Framework.Utility\DBReverseHelper\PropertyEditors\ToStringInfoEditorForm.Designer.cs
185 48 Cooperator.Framework.Utility
Warning 5 Missing XML comment
for publicly visible type or member
'Cooperator.Framework.Utility.DBReverseHelper.PropertyEditors.ToStringInfoEditorForm.Properties_listbox'
D:\Mis
documentos\Descargas\Cooperator_Framework_1.3.3.0\1.3.3.0\Cooperator.Framework.Utility\DBReverseHelper\PropertyEditors\ToStringInfoEditorForm.Designer.cs
186 48 Cooperator.Framework.Utility
Warning 6 Missing XML comment
for publicly visible type or member
'Cooperator.Framework.Utility.DBReverseHelper.PropertyEditors.ToStringInfoEditorForm.StringFormat_textbox'
D:\Mis
documentos\Descargas\Cooperator_Framework_1.3.3.0\1.3.3.0\Cooperator.Framework.Utility\DBReverseHelper\PropertyEditors\ToStringInfoEditorForm.Designer.cs
187 48 Cooperator.Framework.Utility
Warning 7 Missing XML comment
for publicly visible type or member
'Cooperator.Framework.Utility.DBReverseHelper.PropertyEditors.StringEditorForm.StringTextBox'
D:\Mis
documentos\Descargas\Cooperator_Framework_1.3.3.0\1.3.3.0\Cooperator.Framework.Utility\DBReverseHelper\PropertyEditors\StringEditorForm.Designer.cs
92 49 Cooperator.Framework.Utility
Para el caso de las últimas 4
advertencias, se solucionan fácilmente agregando unos comentarios del tipo: /// <summary> /// /// </summary> pero para las
primeras 3 advertencias no se que hacer y espero que ustedes me puedan decir que
hacer...
Muchas gracias por la atención prestada a este mensaje y de antemano
también por la ayuda que me puedan brindar.
Saludos desde México... Noé
|