Cleanup query methods in utils #954
Annotations
10 errors and 5 warnings
src/CommonLib/LdapUtils.cs#L161
'Result<SearchResponse>' does not contain a definition for 'IsFailure' and no accessible extension method 'IsFailure' accepting a first argument of type 'Result<SearchResponse>' could be found (are you missing a using directive or an assembly reference?)
|
src/CommonLib/LdapUtils.cs#L181
The name 'attributeName' does not exist in the current context
|
src/CommonLib/LdapUtils.cs#L209
'Result<LdapConnectionWrapper>' does not contain a definition for 'IsFailure' and no accessible extension method 'IsFailure' accepting a first argument of type 'Result<LdapConnectionWrapper>' could be found (are you missing a using directive or an assembly reference?)
|
src/CommonLib/LdapUtils.cs#L270
'LdapQuerySetupResult' does not contain a definition for 'Deconstruct' and no accessible extension method 'Deconstruct' accepting a first argument of type 'LdapQuerySetupResult' could be found (are you missing a using directive or an assembly reference?)
|
src/CommonLib/LdapUtils.cs#L270
No suitable 'Deconstruct' instance or extension method was found for type 'LdapQuerySetupResult', with 2 out parameters and a void return type.
|
src/CommonLib/LdapUtils.cs#L270
Cannot infer the type of implicitly-typed deconstruction variable 'searchRequest'.
|
src/CommonLib/LdapUtils.cs#L270
Cannot infer the type of implicitly-typed deconstruction variable 'connectionWrapper'.
|
src/CommonLib/LdapUtils.cs#L306
'LdapQuerySetupResult' does not contain a definition for 'Deconstruct' and no accessible extension method 'Deconstruct' accepting a first argument of type 'LdapQuerySetupResult' could be found (are you missing a using directive or an assembly reference?)
|
src/CommonLib/LdapUtils.cs#L306
No suitable 'Deconstruct' instance or extension method was found for type 'LdapQuerySetupResult', with 3 out parameters and a void return type.
|
src/CommonLib/LdapUtils.cs#L306
Cannot infer the type of implicitly-typed deconstruction variable 'searchRequest'.
|
The following actions uses Node.js version which is deprecated 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/
|
|
|
|
|
This job failed
Loading