Natality support #341
Annotations
10 errors and 4 warnings
test:
messaging/Services/ConvertToIJEBackgroundWork.cs#L75
The type 'CommonMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'VitalRecord.Messaging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
|
test:
messaging/Services/ConvertToIJEBackgroundWork.cs#L79
The type 'CommonMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'VitalRecord.Messaging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
|
test:
messaging/Services/ConvertToIJEBackgroundWork.cs#L80
The type 'CommonMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'VitalRecord.Messaging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
|
test:
messaging/Services/ConvertToIJEBackgroundWork.cs#L83
The type 'CommonMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'VitalRecord.Messaging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
|
test:
messaging/Services/ConvertToIJEBackgroundWork.cs#L80
The type 'CommonMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'VitalRecord.Messaging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
|
test:
messaging/Services/ConvertToIJEBackgroundWork.cs#L83
The type 'CommonMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'VitalRecord.Messaging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
|
test:
messaging/Services/ConvertToIJEBackgroundWork.cs#L89
The type 'CommonMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'VitalRecord.Messaging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
|
test:
messaging/Services/ConvertToIJEBackgroundWork.cs#L89
'BirthRecordErrorMessage' does not contain a definition for 'ToJSON' and no accessible extension method 'ToJSON' accepting a first argument of type 'BirthRecordErrorMessage' could be found (are you missing a using directive or an assembly reference?)
|
test:
messaging/Services/ConvertToIJEBackgroundWork.cs#L90
The type 'CommonMessage' is defined in an assembly that is not referenced. You must add a reference to assembly 'VitalRecord.Messaging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
|
test:
messaging/Services/ConvertToIJEBackgroundWork.cs#L90
'BirthRecordErrorMessage' does not contain a definition for 'MessageId' and no accessible extension method 'MessageId' accepting a first argument of type 'BirthRecordErrorMessage' could be found (are you missing a using directive or an assembly reference?)
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test:
messaging/Controllers/SteveCapStmtController.cs#L17
'SteveCapabilityStatement._logger' hides inherited member 'CapabilityStatement._logger'. Use the new keyword if hiding was intended.
|
test:
messaging/Controllers/CapStmtController.cs#L31
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|