project migrations #1
Annotations
1 error and 11 warnings
Format
Process completed with exit code 2.
|
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:
src/DashVector/Models/Requests/InsertDocRequest.cs#L13
Non-nullable property 'Docs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/DashVector/Models/Requests/FetchDocRequest.cs#L13
Non-nullable property 'Ids' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/DashVector/Models/Requests/CreatePartitionRequest.cs#L13
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/DashVector/Models/Requests/CreateCollectionRequest.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/DashVector/Models/Doc.cs#L132
Possible null reference argument for parameter 'value' in 'FieldValue.FieldValue(string value)'.
|
Build:
src/DashVector/Models/Doc.cs#L99
Possible null reference assignment.
|
Build:
src/DashVector/Models/Doc.cs#L18
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/DashVector/Models/CollectionMeta.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/DashVector/Models/CollectionMeta.cs#L54
Non-nullable property 'PartitionStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/DashVector.KernelMemory/DashVectorMemoryDb.cs#L32
The variable 'ex' is declared but never used
|
Loading