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
1. (place other wishes into issues for discussion)
84
-
1.`Dic.ToDynamic(dictionary)` - converts a Dictionary to an expando object, so you can write obj.Property instead of obj["Property"]; would return null if a property would not be found.
86
+
1.`Dic.ToDynamic(dictionary)` - converts a Dictionary to an expando object, so you can write `obj.Property` instead of `obj["Property"]`; would return null if a property would not be found.
87
+
1.`Mail.Generate(pathToRazor, objValues)` - uses a razor template to generate a mail.
85
88
86
-
## Contributions
89
+
## Your Contributions
87
90
88
91
1. Any tests and bugfixes are always welcome and will be processed quickly by iJungleboy.
89
92
1. New commands / overloads / features should be discussed in issues before adding to this library, to ensure that it's inline with the overal purpose of this library.
90
93
91
-
Please also read the [conventions](docs/conventions.md) so we can work on this together.
94
+
Please also read the [conventions](docs/conventions.md) so we can work on this together.
0 commit comments