Skip to content
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

Global class code generation result was shown "error CS1001" #19

Closed
kou-yeung opened this issue Mar 16, 2017 · 2 comments
Closed

Global class code generation result was shown "error CS1001" #19

kou-yeung opened this issue Mar 16, 2017 · 2 comments

Comments

@kou-yeung
Copy link

When class at global namespace.
code generation result was shown error.

https://github.com/neuecc/MessagePack-CSharp/blob/fa01e118a0cf114bfae9305ae92a17574db92df0/src/MessagePack.CodeGenerator/Program.cs#L98

namespace MessagePack.Formatters. // <- error CS1001
{
    // ....
}
@neuecc
Copy link
Member

neuecc commented Mar 17, 2017

Thank you!
It's a shameful bug, I'll fix it.

@neuecc
Copy link
Member

neuecc commented Mar 25, 2017

I've fixed and released 1.1.0.

@neuecc neuecc closed this as completed Mar 25, 2017
AbhitejJohn pushed a commit to AbhitejJohn/MessagePack-CSharp that referenced this issue Jan 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants