Refactactor for compatibilty with earlier .NET versions #5
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build net6.0:
src/ILovePDF/Model/Enums/OCRLanguage.cs#L13
XML comment has badly formed XML -- 'End tag was not expected at this location.'
|
Build net6.0:
src/ILovePDF/Model/Task/iLovePdfTask.cs#L55
Parameter 'extraParams' has no matching param tag in the XML comment for 'iLovePdfTask.AddFile(string, BaseExtraUploadParams)' (but other parameters do)
|
Build net6.0:
src/ILovePDF/Model/Task/iLovePdfTask.cs#L67
Parameter 'extraParams' has no matching param tag in the XML comment for 'iLovePdfTask.AddFile(string, string, BaseExtraUploadParams)' (but other parameters do)
|
Build net6.0:
src/ILovePDF/Model/Task/iLovePdfTask.cs#L80
Parameter 'extraParams' has no matching param tag in the XML comment for 'iLovePdfTask.AddFile(string, string, string, BaseExtraUploadParams)' (but other parameters do)
|
Build net6.0:
src/ILovePDF/Model/Task/iLovePdfTask.cs#L112
Parameter 'extraParams' has no matching param tag in the XML comment for 'iLovePdfTask.AddFile(string, string, string, Rotate, BaseExtraUploadParams)' (but other parameters do)
|
Build net6.0:
src/ILovePDF/Model/TaskParams/SignParams.cs#L127
XML comment has a param tag for 'logoServerFileName', but there is no parameter by that name
|
Build net6.0:
src/ILovePDF/Model/TaskParams/SignParams.cs#L129
Parameter 'serverFileName' has no matching param tag in the XML comment for 'SignParams.SetBrand(string, string)' (but other parameters do)
|
Build net6.0:
src/ILovePDF/Model/Enums/OCRLanguage.cs#L51
Remove the underscores from member name iLovePdf.Model.Enums.OCRLanguage.Aze_Cyrl (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
Build net6.0:
src/ILovePDF/Model/Enums/OCRLanguage.cs#L111
Remove the underscores from member name iLovePdf.Model.Enums.OCRLanguage.Chi_Sim (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
Build net6.0:
src/ILovePDF/Model/Enums/OCRLanguage.cs#L117
Remove the underscores from member name iLovePdf.Model.Enums.OCRLanguage.Chi_Tra (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
Loading