You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm evaluating sharpen and I found areas where this usefull could use some enhancements : hashmap.
I found some basic use cases with Hashmaps that weren't working.
Namely, the method get, put and EntrySet are not defined.
I don't know what the solution should be :
update the plugin code to deal with it
add some redirections in the configuration files
add missing methods with Extension methods (?)
Please find below a sample java program and the produced C# file with the compilation errors noted in comments.
I cannot say for sure why the Sharpen C# classes are internal by default, since I have "shamelessly" copied them from the NGit project, but my guess is that the original intention was that these classes should be incorporated in the same library as the C# application.
Hello,
I'm evaluating sharpen and I found areas where this usefull could use some enhancements : hashmap.
I found some basic use cases with Hashmaps that weren't working.
Namely, the method get, put and EntrySet are not defined.
I don't know what the solution should be :
Please find below a sample java program and the produced C# file with the compilation errors noted in comments.
Output :
The text was updated successfully, but these errors were encountered: