We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While we don't need that on GA, we should at least ensure that there are no design decisions which are going to corner us.
We should at the mimum:
There are a number of places in this repo where reflection is present, and we should avoid it for performance/reliability reasons.
See kiota-dotnet for the test project setup.
The text was updated successfully, but these errors were encountered:
@baywet we already have a trimming test project set up in V2 here https://github.com/microsoft/OpenAPI.NET/tree/release/2.0.0/test/Microsoft.OpenApi.Trimming.Tests
Sorry, something went wrong.
@MaggieKimani1 this is most likely not working as expected as the library csproj
See an example
Also readers is not setup as indicated by this comment
The fact the project is not yelling at us for things like these comforts me in this hypothesis.
No branches or pull requests
While we don't need that on GA, we should at least ensure that there are no design decisions which are going to corner us.
We should at the mimum:
There are a number of places in this repo where reflection is present, and we should avoid it for performance/reliability reasons.
See kiota-dotnet for the test project setup.
The text was updated successfully, but these errors were encountered: