-
Notifications
You must be signed in to change notification settings - Fork 868
New issue
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
[Bug] NullPointerException during content generation #9782
Comments
Error is occurred at following lines docfx/src/Docfx.Dotnet/Filters/ConfigFilterRuleItemUnion.cs Lines 56 to 57 in ca358a5
that lines are added by #9666. I'll create PR to fix problems later. For prior than docfx |
Thanks for the quick response! So, now |
As far as I've tested with For specified include rule. |
Ok. Thanks! |
Describe the bug
A
NullPointerException
during tool execution, after updating to version 2.75.3 (previous version used is 2.66.2 and the error did not show up).Here's the stack trace:
Here is a (modified) configuration file:
And here is the filter file referred:
The command used to invoke the generation is:
./bin/docfx Docs/docfx.json --serve
Context (please complete the following information):
mcr.microsoft.com/dotnet/sdk:7.0
docker image).The text was updated successfully, but these errors were encountered: