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
When trying to compile Windor on non-English platform, say Chinese, I got compilation errors that are caused by unrecognizable characters.
- Assert.AreEqual("GenericHasNested< TOuter >.NestedGeneric<A2, AProp>[,,]", name); + Assert.AreEqual("GenericHasNested<·TOuter·>.NestedGeneric<A2, AProp>[,,]", name);
It turns out the file is not in utf-8 encoding. It would be nice if we save all source files in utf-8 encoding.
BTW, what is that · for?
·
The text was updated successfully, but these errors were encountered:
Hi @davidshen84
Not entirely sure. Is it causing other problems apart for being incorrectly encoded?
Sorry, something went wrong.
Fixed in #407.
No branches or pull requests
When trying to compile Windor on non-English platform, say Chinese, I got compilation errors that are caused by unrecognizable characters.
It turns out the file is not in utf-8 encoding. It would be nice if we save all source files in utf-8 encoding.
BTW, what is that
·
for?The text was updated successfully, but these errors were encountered: