Improve the naming conventions of classes and methods in C# bindings#1
Improve the naming conventions of classes and methods in C# bindings#1Mersho wants to merge 3 commits intopackwallet:mainfrom
Conversation
Some jobs have been removed due to their failure in the upstream repository.
4a6f51b to
451bccc
Compare
We change all interfaces to PascalCase in C# to comply with the C# coding style and the C# code conventions as outlined by Microsoft [1]: - "Interface names start with a capital I." [1] https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/identifier-names
f5fa245 to
451bccc
Compare
|
I guess function names like "decodeUint8Array" needs to be updated as well |
Agreed. |
We change all method and class names to PascalCase in C# to comply with the C# coding style and the C# code conventions as outlined by Microsoft [1]: - "Use PascalCase for class names and method names." [1] https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/identifier-names
03a45ba to
c27c3b4
Compare
|
CI is red, why was a PR proposed if CI is still red? |
The |
|
Just looked at the logs and my suspicion is that a re-run will work (of course I'm talking only about the CI of the 1st commit). |
|
After comparing the logs with upstream I realized the problem: It's related to There's two solutions:
If you approve and let me: I also going to remove that job. |
|
This project needs to be on a tag, as the error message clearly says. |
You're looking at the wrong place (PR CI)...
|
22a7f9e to
f111d36
Compare
|
Superseded by #4 |
Here is the new updated version:
https://github.com/Mersho/ldk-garbagecollected/commits/UpdateBindingsCSharp