Fix parameter name typo from 'partion' to 'partition' #4
Annotations
12 warnings
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, actions/[email protected]. 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/QueryGroupByRequest.cs#L80
Non-nullable property 'GroupId' 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/QueryGroupByRequest.cs#L83
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/Responses/DocOpResult.cs#L11
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/Responses/DocOpResult.cs#L17
Non-nullable property 'Message' 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/QueryGroupByRequest.cs#L14
Non-nullable property 'GroupByField' 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/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)'.
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nuget-packages".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
nuget-packages
|
58.9 KB |
|