Embedding of *.feature files as resources inflates the binary files significantly #661
MarkKharitonov
started this conversation in
General
Replies: 2 comments 8 replies
-
I suppose this begs the question: is there something important or impactful about having a large binary versus a medium binary with satellite files? |
Beta Was this translation helpful? Give feedback.
7 replies
-
Here is the PR - #665 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Reqnroll Version
Latest
Which test runner are you using?
MSTest
Test Runner Version Number
Latest
.NET Implementation
.NET Framework 4.6.2 or later
Test Execution Method
Visual Studio Test Explorer
Content of reqnroll.json configuration file
N/A
Issue Description
One example we have is of a binary 147MB in size of which 81MB are the embedded *.feature files.
Looking at the build code, this is unconditional logic.
I wonder if it is really necessary and if the *.feature files are needed, can they just be copied to the bin directory without embedding them?
Steps to Reproduce
Just build any project with *.feature files. They are compiled as EmbeddedResource and end up in the binary,
Link to Repro Project
No response
Beta Was this translation helpful? Give feedback.
All reactions