Skip to content

Fix XML Build warnings #128

@milkshakeuk

Description

@milkshakeuk

Currently when building there are lots of XML comment warnings which need fixing.
A lot of the errors are generated as part of e the code generation so the fix for those will be done in the source generator code.

A sample of the warnings below.

Datatype\ACCIDENTDATA.cs(64,1): warning CS1570: XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.' [C:\DEV\nhapi\src\NHapi.Model.V22_ZSegments\NHapi.Model.V22_ZSegments.csproj]
Segment\ZIN.cs(29,8): warning CS1570: XML comment has badly formed XML -- 'End tag 'p' does not match the start tag 'br'.' [C:\DEV\nhapi\src\NHapi.Model.V22_ZSegments\NHapi.Model.V22_ZSegments.csproj]
Segment\ZIN.cs(34,8): warning CS1570: XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'br'.' [C:\DEV\nhapi\src\NHapi.Model.V22_ZSegments\NHapi.Model.V22_ZSegments.csproj]
Segment\ZIN.cs(35,1): warning CS1570: XML comment has badly formed XML -- 'Expected an end tag for element 'br'.' [C:\DEV\nhapi\src\NHapi.Model.V22_ZSegments\NHapi.Model.V22_ZSegments.csproj]        
Segment\ZIN.cs(35,1): warning CS1570: XML comment has badly formed XML -- 'Expected an end tag for element 'p'.' [C:\DEV\nhapi\src\NHapi.Model.V22_ZSegments\NHapi.Model.V22_ZSegments.csproj]
Segment\ZIN.cs(35,1): warning CS1570: XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.' [C:\DEV\nhapi\src\NHapi.Model.V22_ZSegments\NHapi.Model.V22_ZSegments.csproj]   
Datatype\ACCIDENTDATA.cs(37,48): warning CS1573: Parameter 'description' has no matching param tag in the XML comment for 'ACCIDENTDATA.ACCIDENTDATA(IMessage, string)' (but other parameters do) [C:\DEV\nhapi\src\NHapi.Model.V22_ZSegments\NHapi.Model.V22_ZSegments.csproj]
Datatype\ACCIDENTDATA.cs(64,1): warning CS1570: XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.' [C:\DEV\nhapi\src\NHapi.Model.V22_ZSegments\NHapi.Model.V22_ZSegments.csproj]
Segment\ZIN.cs(29,8): warning CS1570: XML comment has badly formed XML -- 'End tag 'p' does not match the start tag 'br'.' [C:\DEV\nhapi\src\NHapi.Model.V22_ZSegments\NHapi.Model.V22_ZSegments.csproj]
Segment\ZIN.cs(34,8): warning CS1570: XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'br'.' [C:\DEV\nhapi\src\NHapi.Model.V22_ZSegments\NHapi.Model.V22_ZSegments.csproj]
Segment\ZIN.cs(35,1): warning CS1570: XML comment has badly formed XML -- 'Expected an end tag for element 'br'.' [C:\DEV\nhapi\src\NHapi.Model.V22_ZSegments\NHapi.Model.V22_ZSegments.csproj]
Segment\ZIN.cs(35,1): warning CS1570: XML comment has badly formed XML -- 'Expected an end tag for element 'p'.' [C:\DEV\nhapi\src\NHapi.Model.V22_ZSegments\NHapi.Model.V22_ZSegments.csproj]
Segment\ZIN.cs(35,1): warning CS1570: XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.' [C:\DEV\nhapi\src\NHapi.Model.V22_ZSegments\NHapi.Model.V22_ZSegments.csproj]   
Datatype\ACCIDENTDATA.cs(37,48): warning CS1573: Parameter 'description' has no matching param tag in the XML comment for 'ACCIDENTDATA.ACCIDENTDATA(IMessage, string)' (but other parameters do) [C:\DEV\nhapi\src\NHapi.Model.V22_ZSegments\NHapi.Model.V22_ZSegments.csproj]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions