Skip to content

Release to NuGet

Release to NuGet #11

Manually triggered September 4, 2024 08:55
Status Failure
Total duration 30s
Artifacts

dotnet.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
publish
Process completed with exit code 1.
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish: sources/Framework/org.ohdsi.cdm.framework/Desktop/DataReaders/ChunkDataReader.cs#L78
Nullability of reference types in type of parameter 'buffer' of 'long ChunkDataReader.GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length)' doesn't match implicitly implemented member 'long IDataRecord.GetBytes(int i, long fieldOffset, byte[]? buffer, int bufferoffset, int length)' (possibly because of nullability attributes).
publish: sources/Framework/org.ohdsi.cdm.framework/Desktop/DataReaders/ChunkDataReader.cs#L88
Nullability of reference types in type of parameter 'buffer' of 'long ChunkDataReader.GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length)' doesn't match implicitly implemented member 'long IDataRecord.GetChars(int i, long fieldoffset, char[]? buffer, int bufferoffset, int length)' (possibly because of nullability attributes).
publish: sources/Framework/org.ohdsi.cdm.framework/Desktop/DataReaders/S3DataReader.cs#L213
Nullability of reference types in type of parameter 'buffer' of 'long S3DataReader.GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length)' doesn't match implicitly implemented member 'long IDataRecord.GetBytes(int i, long fieldOffset, byte[]? buffer, int bufferoffset, int length)' (possibly because of nullability attributes).
publish: sources/Framework/org.ohdsi.cdm.framework/Desktop/DataReaders/S3DataReader.cs#L223
Nullability of reference types in type of parameter 'buffer' of 'long S3DataReader.GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length)' doesn't match implicitly implemented member 'long IDataRecord.GetChars(int i, long fieldoffset, char[]? buffer, int bufferoffset, int length)' (possibly because of nullability attributes).
publish: sources/Framework/org.ohdsi.cdm.framework/Common/DataReaders/v5/CareSiteDataReader.cs#L98
Nullability of reference types in type of parameter 'buffer' of 'long CareSiteDataReader.GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length)' doesn't match implicitly implemented member 'long IDataRecord.GetBytes(int i, long fieldOffset, byte[]? buffer, int bufferoffset, int length)' (possibly because of nullability attributes).
publish: sources/Framework/org.ohdsi.cdm.framework/Common/DataReaders/v5/CareSiteDataReader.cs#L108
Nullability of reference types in type of parameter 'buffer' of 'long CareSiteDataReader.GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length)' doesn't match implicitly implemented member 'long IDataRecord.GetChars(int i, long fieldoffset, char[]? buffer, int bufferoffset, int length)' (possibly because of nullability attributes).
publish: sources/Framework/org.ohdsi.cdm.framework/Common/DataReaders/v5/CdmSourceDataReader.cs#L119
Nullability of reference types in type of parameter 'buffer' of 'long CdmSourceDataReader.GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length)' doesn't match implicitly implemented member 'long IDataRecord.GetBytes(int i, long fieldOffset, byte[]? buffer, int bufferoffset, int length)' (possibly because of nullability attributes).
publish: sources/Framework/org.ohdsi.cdm.framework/Common/DataReaders/v5/CdmSourceDataReader.cs#L129
Nullability of reference types in type of parameter 'buffer' of 'long CdmSourceDataReader.GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length)' doesn't match implicitly implemented member 'long IDataRecord.GetChars(int i, long fieldoffset, char[]? buffer, int bufferoffset, int length)' (possibly because of nullability attributes).
publish: sources/Framework/org.ohdsi.cdm.framework/Common/DataReaders/v6/CareSiteDataReader.cs#L98
Nullability of reference types in type of parameter 'buffer' of 'long CareSiteDataReader.GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length)' doesn't match implicitly implemented member 'long IDataRecord.GetBytes(int i, long fieldOffset, byte[]? buffer, int bufferoffset, int length)' (possibly because of nullability attributes).
publish: sources/Framework/org.ohdsi.cdm.framework/Common/DataReaders/v6/CareSiteDataReader.cs#L108
Nullability of reference types in type of parameter 'buffer' of 'long CareSiteDataReader.GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length)' doesn't match implicitly implemented member 'long IDataRecord.GetChars(int i, long fieldoffset, char[]? buffer, int bufferoffset, int length)' (possibly because of nullability attributes).