Describe the bug
The kiota-dom-export.txt file is very big (>30MB), and is included in the final release package. That file alone is 12% of the final package size. It doesn't appear to be used at runtime, and so I think it's not necessary to be shipped. Would it be possible to exclude this file from the release to save disk space?
Expected behavior
kiota-dom-export.txt not shipped saving 30MB
How to reproduce
N/A
SDK Version
1.37.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
No response
Configuration
- OS: macOS 15.5
- architecture: arm64
Do you know whether it is specific to that configuration?
Probably not
Other information
(test-venv) $ du -sh lib/python3.13/site-packages/msgraph/generated/kiota-dom-export.txt
30M lib/python3.13/site-packages/msgraph/generated/kiota-dom-export.txt
(test-venv) $ du -sh lib/python3.13/site-packages/msgraph
249M lib/python3.13/site-packages/msgraph
Reactions are currently unavailable
Describe the bug
The kiota-dom-export.txt file is very big (>30MB), and is included in the final release package. That file alone is 12% of the final package size. It doesn't appear to be used at runtime, and so I think it's not necessary to be shipped. Would it be possible to exclude this file from the release to save disk space?
Expected behavior
kiota-dom-export.txt not shipped saving 30MB
How to reproduce
N/A
SDK Version
1.37.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
No response
Configuration
Do you know whether it is specific to that configuration?
Probably not
Other information