Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Describes the issue that might happen when generating protoc contracts in .NET

Notifications You must be signed in to change notification settings

MirzaMerdovic/protogeneration-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Protobuffer Generation "Issue"

When importing proto file you need to take care of file casing, e.g. if your proto file is named: "MyProto.proto" you cannot import it with import "myproto.proto" because you will end up with namespaces that are wrongly cased.

I thought this is a bug, but it's rathar an edge case that just needs to follow a convention

About

Describes the issue that might happen when generating protoc contracts in .NET

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published