Volodymyr Shkolka

Results 34 comments of Volodymyr Shkolka

Missed feature for me :( ```xml Example Example. ``` Transforms to ```xaml ``` Glory shadow become black hole %)

> @BlackGad I hear you, sorry for the delay in supporting this feature. Anyway this is good library :) Hope it will not rest in silence.

Same issue here. In my case it is frustrating that introspection response for one scope returns all token claims with out filtering(for other scopes as well)

`public enum PropertyDataType { String = 0, Password = 1, Email = 2, Url = 3, Number = 4, Boolean = 5, }` It is property type declaration from project....

I see. Are you planning to support this(mean IdentityManager) in future? Will IdentityManager be just dev utility or fully product? what your thought about this?

@SabotageAndi but where I can find release date? Or maybe you have some additional information? :)

> It will be released together with SpecFlow 4. But for that we don't have also a release date. > It is: when it's done What timeframe do you have...

See [this](https://github.com/coverlet-coverage/coverlet/issues/1102) issue. Seems related

To make this work you need proper `*.deps.json` file with additional `compile` elements which can be [omitted](https://github.com/dotnet/cli/blob/rel/1.0.0/Documentation/specs/runtime-configuration-file.md#targets-section-depsjson) in generic build but present when you publish your project/solution. In depth -...