Skip to content

Async & Mapping with attributes request #56

Description

@harunemre

Hi,

Thats the only one libray ever that i found over the web which using netweaver and supporting .net core. Thanks for all.

I'd like to use it on some asp.net core app as an integration. Adding async support would be great.

Also if possible, could you add some attribute mapping ?

Instead:

mapper.Parameter<SomeOutputClass>().Property(x => x.SomeProp)
        .HasParameterName("SOME_MAPPED_FIELD")
        .HasParameterType(RfcFieldType.SomeType);

Using attribute mapping like:

public class SomeOutputClass
{
[RfcParam("SOME_MAPPED_FIELD", RfcFieldType.SomeType, "Maybe some description here")]
 public string SomeProp {get; set;}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions