Control generated types access modifier for C# #6329
Annotations
10 errors
it/csharp/client/App/Client/ApiClient.cs#L20
Elements defined in a namespace cannot be explicitly declared as private, protected, protected internal, or private protected
|
it/csharp/client/App/Client/Api/ApiRequestBuilder.cs#L16
Elements defined in a namespace cannot be explicitly declared as private, protected, protected internal, or private protected
|
it/csharp/client/App/Client/Api/Something/SomethingRequestBuilder.cs#L16
Elements defined in a namespace cannot be explicitly declared as private, protected, protected internal, or private protected
|
it/csharp/client/App/Client/Api/Something/V1/V1RequestBuilder.cs#L17
Elements defined in a namespace cannot be explicitly declared as private, protected, protected internal, or private protected
|
it/csharp/client/App/Client/Api/Something/V1/V1RequestBuilder.cs#L40
'V1RequestBuilder' is inaccessible due to its protection level
|
it/csharp/client/App/Client/Api/Something/V1/V1RequestBuilder.cs#L40
Inconsistent accessibility: parameter type 'Action<RequestConfiguration<V1RequestBuilder.V1RequestBuilderGetQueryParameters>>' is less accessible than method 'V1RequestBuilder.GetAsync(Action<RequestConfiguration<V1RequestBuilder.V1RequestBuilderGetQueryParameters>>?, CancellationToken)'
|
it/csharp/client/App/Client/Api/Something/V1/V1RequestBuilder.cs#L54
'V1RequestBuilder' is inaccessible due to its protection level
|
it/csharp/client/App/Client/Api/Something/V1/V1RequestBuilder.cs#L54
Inconsistent accessibility: parameter type 'Action<RequestConfiguration<V1RequestBuilder.V1RequestBuilderGetQueryParameters>>' is less accessible than method 'V1RequestBuilder.ToGetRequestInformation(Action<RequestConfiguration<V1RequestBuilder.V1RequestBuilderGetQueryParameters>>?)'
|
it/csharp/client/App/Client/Api/Something/V1/V1RequestBuilder.cs#L71
'V1RequestBuilder' is inaccessible due to its protection level
|
it/csharp/client/App/Client/Api/ApiRequestBuilder.cs#L19
'SomethingRequestBuilder' is inaccessible due to its protection level
|
The logs for this run have expired and are no longer available.
Loading