Skip to content

Release to nuget

Release to nuget #7

Triggered via pull request August 1, 2024 09:46
Status Failure
Total duration 28s
Artifacts

dotnet.yml

on: pull_request
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 uses Node.js version which is deprecated 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/Common/PregnancyAlgorithm/Event.cs#L88
Nullability of reference types in type of parameter 'other' of 'bool Event.Equals(Event other)' doesn't match implicitly implemented member 'bool IEquatable<Event>.Equals(Event? other)' (possibly because of nullability attributes).
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/Common/Lookups/LookupValue.cs#L10
Nullability of reference types in type of parameter 'other' of 'bool SourceConcepts.Equals(SourceConcepts other)' doesn't match implicitly implemented member 'bool IEquatable<SourceConcepts>.Equals(SourceConcepts? other)' (possibly because of nullability attributes).
publish: sources/Framework/org.ohdsi.cdm.framework/Common/Lookups/LookupValue.cs#L39
Nullability of reference types in type of parameter 'other' of 'bool LookupValue.Equals(LookupValue other)' doesn't match implicitly implemented member 'bool IEquatable<LookupValue>.Equals(LookupValue? other)' (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/Omop/Cohort.cs#L20
Nullability of reference types in type of parameter 'other' of 'bool Cohort.Equals(Cohort other)' doesn't match implicitly implemented member 'bool IEquatable<Cohort>.Equals(Cohort? other)' (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).