-
Sponsor
Sponsor protobuf-net/protobuf-net
- Notifications
- Star 3.3k
- Fork 900
Permalink
main
Commits on Feb 18, 2021
Commits on Jan 13, 2021
-
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Jan 4, 2021
-
-
mgravell committed
Jan 4, 2021
Commits on Dec 24, 2020
-
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Dec 14, 2020
Commits on Dec 12, 2020
-
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Dec 11, 2020
-
-
-
Schema generation tools and enum analyzers (#738)
* better option handling * detect incompatible enums at build; implements #736 as an analyzer * check for redundant enum names, too * stab at relative path processing on imports
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Dec 9, 2020
-
-
-
-
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Dec 8, 2020
-
Remove analyzer dependencies (#734)
code analysis pass; remove analyzer dependencies
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Dec 3, 2020
-
-
-
-
* experimental .proto schema generator; requires .NET 5 SDK * This (adding a different nuget package) is a crap solution to the SDK-targeting problem, but it is the best one I can think of * add better option support
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Dec 2, 2020
-
Merge branch 'main' of github.com:protobuf-net/protobuf-net into main
# Conflicts: # src/protobuf-net.BuildTools/protobuf-net.BuildTools.csproj
-
mgravell committed
Dec 2, 2020
Commits on Dec 1, 2020
-
-
-
-
do not report PBN0015 on abstract types; provide .ctor location on PB…
…N0015 if possible
-
-
Build tools; analyzers and codegen (#729)
initial stab at build tools (analyzers and generators); much more to do
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
Commits on Nov 25, 2020
Commits on Nov 16, 2020
-
-
Improve protogen understanding of --proto_path (#727)
The lookup of files uses a somewhat flawed `MakeRelativePath` method : - it doesn't always use the builtin `Path.GetRelativePath` when available - when not using `Path.GetRelativePath` (and only then), it requires that the `proto_path` ends with a directory separator. This is part of what has been seen in #406.
Verified
This commit was created on GitHub.com and signed with GitHub’s verified signature.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits