Tomasz Jaskula

Results 8 issues of Tomasz Jaskula

Reporting an idea I got by email from one of the users: Yeoman generatorIt would give you a few benefits over the current version: - It would be an npm...

enhancement
help wanted

Would be nice to have a script that packages and deploys to azure.

help wanted

Add linting to build process

Hi, I didn't find any sample on that one, but would be nice to have serialization of Discriminated Unions

For example a protocol like that: ``` public interface IEntity1 { ICompletes DefineWith(string name, int age); ICompletes Current { get; } void ChangeName(string name); void IncreaseAge(); } ``` Will not...

enhancement
help wanted
good for first contribution
proxy-generation

Todays serialization is using `Newtonsoft.Json` but it would be better to move it to the existing plugin architecture. Thus serialization could be parametrable and we could move to `BinaryFormatter` or...

enhancement
help wanted
good for first contribution

Current queues are aligned on Java names and implementations but it doesn't make much sense for .NET Here I some considerations to take into account: - Agrona doesn't make much...

enhancement

If the parameter is generic (or return type) the concrete generic types should also be prefixed with the namespace. This is what is actually generated `IDispatcher` The should have `Some.Namespace.IDispatcher`...

bug
good for first contribution
proxy-generation