Justin Lampe

Results 4 issues of Justin Lampe

The `GetXmlDocsSummary` method currently does not return a value for properties inherited from a generic class. A simple example: ```csharp var type = Assembly.GetExecutingAssembly().GetTypes().First(x => x.Name.StartsWith("Child")); foreach (var propertyInfo in...

### Description During the last release, I noticed [a warning](https://github.com/scalar/scalar/actions/runs/11149128322/job/30987323086#step:9:8) in the `aspnetcore-publish` job. I've updated the `working-directory` to target the .NET project instead of the .NET solution to get...

### What happens? Using the latest api reference `https://cdn.jsdelivr.net/npm/@scalar/api-reference` in the `Scalar.AspNetCore` package, I encountered that `preferredSecurityScheme` and `servers` properties are not working as expected. **preferredSecurityScheme** This bug was already...

bug
package: @scalar/api-client