You've already forked linux-packaging-mono
Imported Upstream version 3.12.0
Former-commit-id: cf92446697332992ec36726e78eb8703e1f259d7
This commit is contained in:
@ -234,6 +234,9 @@ namespace System.ServiceModel.Description
|
||||
foreach (var fd in od.Faults)
|
||||
o.FaultContractInfos.Add (new FaultContractInfo (fd.Action, fd.DetailType));
|
||||
|
||||
o.BeginMethod = od.BeginMethod;
|
||||
o.EndMethod = od.EndMethod;
|
||||
|
||||
// FIXME: at initialization time it does not seem to
|
||||
// fill default formatter. It should be filled after
|
||||
// applying all behaviors. (Tthat causes regression, so
|
||||
|
Reference in New Issue
Block a user