Rodrigo Cesar
Rodrigo Cesar
Adds `@deprecated` comment on typescript types when it has `Obsolete` attribute in C#. It's looking for the `[Obsolete]` attribute on classes, interfaces and enums.
Some projects don't use semicolons in javascript files. A setting for this avoids having to open the generated file and apply code formatting to remove the semicolons. If the name...
Some people want to avoid polluting the code with unnecessary comments. If the name `omitFilePathComment` for this configuration is not good, I welcome suggestions.
- Add comments info to types, enums and members. - Config `includeComments` to enable/disable comments. Default is True. Comments include C# tags `Summary` and `Remarks`. And has validation to transform...
I'm trying to understand what protections are being applied to my program, but from what I've noticed the output shows step of all protections, even if I disable all protections!...
The project is ignoring according to `JsonIgnore` attribute. But the attribute `IgnoreDataMember` used by WCF can be present too.
All assemblies in my project are signed. But when I try to use Nuget's HidSharp component the application is giving the error below at runtime. > Could not load file...
If [JsonIgnore](https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonignoreattribute.condition) has [Condition](https://docs.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonignorecondition) attribute, ignores only if it is configured as `Always`. closes #62