Generate Kiota client #5
Annotations
10 errors and 11 warnings
Generate-Kiota-Client:
src/SkyHope.LibraryManager.WebApi/ApiClient.cs#L5
The type or namespace name 'Kiota' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
Generate-Kiota-Client:
src/SkyHope.LibraryManager.WebApi/ApiClient.cs#L6
The type or namespace name 'Kiota' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
Generate-Kiota-Client:
src/SkyHope.LibraryManager.WebApi/ApiClient.cs#L7
The type or namespace name 'Kiota' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
Generate-Kiota-Client:
src/SkyHope.LibraryManager.WebApi/ApiClient.cs#L8
The type or namespace name 'Kiota' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
Generate-Kiota-Client:
src/SkyHope.LibraryManager.WebApi/ApiClient.cs#L9
The type or namespace name 'Kiota' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
Generate-Kiota-Client:
src/SkyHope.LibraryManager.WebApi/ApiClient.cs#L10
The type or namespace name 'Kiota' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
Generate-Kiota-Client:
src/SkyHope.LibraryManager.WebApi/Book/All/AllRequestBuilder.cs#L4
The type or namespace name 'Kiota' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
Generate-Kiota-Client:
src/SkyHope.LibraryManager.WebApi/Book/All/AllRequestBuilder.cs#L5
The type or namespace name 'Kiota' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
Generate-Kiota-Client:
src/SkyHope.LibraryManager.WebApi/Book/All/AllRequestBuilder.cs#L6
The type or namespace name 'Kiota' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
Generate-Kiota-Client:
src/SkyHope.LibraryManager.WebApi/Book/Author/AuthorRequestBuilder.cs#L4
The type or namespace name 'Kiota' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
|
Generate-Kiota-Client
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Generate-Kiota-Client:
src/LibraryManager.DataAccess/LibraryContext.cs#L13
Non-nullable field '_connectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Generate-Kiota-Client:
src/LibraryManager.DataAccess/Models/User.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.
|
Generate-Kiota-Client:
src/LibraryManager.DataAccess/Models/User.cs#L14
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate-Kiota-Client:
src/LibraryManager.DataAccess/Models/User.cs#L15
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate-Kiota-Client:
src/LibraryManager.DataAccess/Models/User.cs#L18
Non-nullable property 'CheckedOutBooks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate-Kiota-Client:
src/LibraryManager.DataAccess/Models/Book.cs#L13
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate-Kiota-Client:
src/LibraryManager.DataAccess/Models/Book.cs#L14
Non-nullable property 'AuthorName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate-Kiota-Client:
src/LibraryManager.DataAccess/Models/Book.cs#L18
Non-nullable property 'Isbn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate-Kiota-Client:
src/LibraryManager.DataAccess/Models/Book.cs#L24
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Generate-Kiota-Client:
src/LibraryManager.DataAccess/Models/Author.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.
|