This is a list of features and changes that have been proposed to include in MonoDevelop. Those proposals need further refinement and discussion, so feel free to provide your feedback in each proposal page or through the mailing list. Thanks for your help!
Project Model
Status Imp. Compl. Ver. Owner Auto-population (and hiding) of AssemblyInfo.cs Proposal Normal Low
NAnt integration Proposal Low Medium
Tools
Status Imp. Compl. Ver. Owner Translation
Proposal Low Medium
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Like Eclipse, where you can edit the foo.addin.xml file "graphically", so you don't have th write xml by hand.
This could be a template like a C# file, with an special editor window.
It would help really to make creating of mono.addins apps easier.
Could you please add a tool or algorithm to obfuscate C# source level code. I use Unity Indie Version and I like to hide the readability of the code.
- Renaming:
Renaming scripts, classes, methods, fields into a set of meaningless or unreadable characters;
Supporting obfuscation control attributes...
- Removing events and properties:
This method comes down to removing the metadata of events and properties from the assembly, which makes it impossible to recover or use these properties from high-level languages....
- Renaming methods, variables, etc. into a set of unreadable characters:
It comes down to replacing names with unreadable characters, for example, Japanese characters. Though .Net works with the UTF8 encoding, not all decompilers correctly process its characters. Some change names with such characters for more understandable, some replace unreadable character....
- Source code level if not at the compiler level
Thanks Mage