Florian Dohrendorf

Results 5 issues of Florian Dohrendorf

Hello, i'm trying to use CoreWF. They use Portable.Xaml for serialization. I'm not completely sure if this issue is on CoreWF side or from Portable.Xaml, but my intuition tells me...

## Structured data in nested Json can't be set to null Currently it is not possible to update nested structured data in a json column to null, just by attaching...

type-bug
customer-reported
area-save-changes
area-change-tracking

## Structured data in nested Json can't be set to null Currently it is not possible to update nested structured data in a json column to null, just by attaching...

area-aggregates

With this wsdl: ```xml ... ... ... ... ``` Which generates this: ```csharp [System.Xml.Serialization.XmlIncludeAttribute(typeof(GetItemResponseType))] [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.2.0-preview1.23462.5")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:ebay:apis:eBLBaseComponents")] public abstract partial class AbstractResponseType { ///.... /// [System.Xml.Serialization.XmlAnyElementAttribute(Order = 15)] public...

tooling

This code: ``` @{ RenderFragment fragment = @ ; } ``` Will be incorrectly formatted. After format the `@

feature-formatting