Daniel Vernall
Daniel Vernall
I had the same problem when importing a dependency using the @import syntax. I worked around the issue by saving without the BOM: Here's how to do it in VS...
@Silvenga, yeah this makes sense. But I'm not really sure how VS Code decides the encoding to save the file as. It's not something you select on save, and creating...
I use a simpler method to achieve this by creating a custom `ODataResourceSerializer`: ``` public class CustomODataResourceSerializer : ODataResourceSerializer { public CustomODataResourceSerializer(IODataSerializerProvider serializerProvider) : base(serializerProvider) {} public override ODataProperty CreateStructuralProperty(IEdmStructuralProperty...
@xuzhg Is this fix in the works still?