-
I am using a `IDynamicEnumValuesGenerator` to provide enum values to display as targets in the debugger dropdown.
However, in addition to the values I am generating, I am also seeing a default valu…
-
```
Make enum description extensions (see edits to cst)
//tsj: addition to provide enum ToDescription extensions
public static class EnumExtensions
{
public static string ToDescription(this Iden…
-
It would nice to be able to tell GenFu to give me a list with a certain property being distinct for the whole collection.
Something along the following:
``` c#
class Foo
{
int ID { get; set;}
string …
-
[Build](https://mihubot.xyz/runtime-utils/684d5be50e3d4642b63106315e664a03) completed in 2 hours 19 minutes.
https://github.com/dotnet/runtime/pull/88006
### CoreLib diffs
```
Found 2 files with tex…
-
[Build](https://mihubot.xyz/runtime-utils/4942d68f66c940368a3b19a5fa4fed77) completed in 1 hour 50 minutes.
### CoreLib diffs
```
Found 2 files with textual diffs.
Summary of Code Size diffs:
(Low…
-
Hello all,
I looked [here](https://github.com/MapsterMapper/Mapster/wiki/Fluent-API-Code-generation) and did not see the option for this, I also reviewed the Issues and don't think this has been as…
-
I tried out `MapBaseType` from #2, and it works great in the method declarations and bodies, but doesn't seem to apply to interface list.
For example,
```cs
[InlineBase(MapBaseType = true)]
[S…
-
Hi! your project looks great, but I need your help because I don't know how to use the vs extension.
After install the vs extensions I created a new project, then, I'm trying following this:
1- …
-
It would be very helpful to have an opportunity to duplicate entire rows and columns. Doing so is a commonly needed operation, but it’s not trivial as it may look at first sight. The process includes:…
-
After the enum generation is completed I would be willing to make this change.
I have to work with XML files provided by vendors that define the enumeration restriction for fields that change somew…