AgentFire

Results 7 issues of AgentFire

Renamed "klass" parameters into "@class".

public enum AccessibilityType { Open = 0, Closed = 1, [DataMember(Name = "closed_for_outsiders")] Private = 2 } That way `DataMember` will become more useful than it is now (only for...

What I do: 1. Create the `vpn.env` file with all four required environ variables. 2. Run this command: `docker run --rm -it --privileged --net=host --env-file ./vpn.env ubergarm/l2tp-ipsec-vpn-client` Resulting errors: 1....

Hello. I have developed a simple **RPC** library using my beloved Lidgren.Network, and I would like to present what I have achived during the last days. Here I post link...

Fixes the https://github.com/schneidenbach/AutoMapper.Attributes/issues/23 Also forces a user to explicitly set the attribute on their DTOs. There is no point in hoping for an inheritance since the derived class needs its...

PasteBin: https://pastebin.com/nGYL300T The repro above shows a weird bug in the system: When we have class **B** inherited from class **A**, and both are decorated with independent `MapsFrom` attributes with...