Skip to content

feat: extend get-user result with provider #101

feat: extend get-user result with provider

feat: extend get-user result with provider #101

Triggered via pull request August 15, 2024 10:04
Status Success
Total duration 1m 18s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. 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/Casdoor.Client/Models/CasgateRecord.cs#L61
Non-nullable property 'Detail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Casdoor.Client/Models/CasgateRecord.cs#L64
Non-nullable property 'ExtendedUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Casdoor.Client/Models/CasdoorProvider.cs#L166
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/Casdoor.Client/Models/CasdoorProvider.cs#L169
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Casdoor.Client/Models/CasdoorProvider.cs#L172
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Casdoor.Client/Models/CasdoorProvider.cs#L175
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Casdoor.Client/Models/CasdoorProvider.cs#L178
Non-nullable property 'AvatarUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Casdoor.Client/Models/CasdoorEmailForm.cs#L34
Non-nullable property 'Provider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/ConsoleApp/Program.cs#L51
Possible null reference argument for parameter 'accessToken' in 'CasdoorClient CasdoorClient.SetBearerToken(string accessToken)'.
build: samples/ConsoleApp/Program.cs#L57
Possible null reference argument for parameter 'obj' in 'void ConsoleExtension.JsonWriteLine(object obj, ConsoleColor color = ConsoleColor.Black)'.