Skip to content

project migrations

project migrations #1

Triggered via pull request October 9, 2024 07:07
Status Failure
Total duration 59s
Billable time 1m
Artifacts

dotnet-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 2.
build
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