turquoiseowl / i18n

Smart internationalization for ASP.NET
Other
556 stars 156 forks source link

adding an option to disable comments #312

Closed Sshnyari closed 7 years ago

Sshnyari commented 7 years ago

see #304

turquoiseowl commented 7 years ago

Are the .txt files both supposed to be empty?

I ask because the FileNuggetFinder_disable_references test fails here at present.

The properties for those files were set to "Do not copy" but changing to "Copy" helps (they are now found by the test) but doesn't fix because the files found are empty.

Have you got the intended files in your bin folder?

Thanks.

Sshnyari commented 7 years ago

I forget to copy these files contents from the other branch and mark them as "Copy if newer". My bad

The test should pass now.