Release to NuGet #9
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/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/Extensions/DictionaryExtensions.cs#L6
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
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/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/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/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/Omop/ConditionOccurrence.cs#L26
Nullability of reference types in type of parameter 'other' of 'bool ConditionOccurrence.Equals(ConditionOccurrence other)' doesn't match implicitly implemented member 'bool IEquatable<ConditionOccurrence>.Equals(ConditionOccurrence? other)' (possibly because of nullability attributes).
|