paule96
paule96
If you have a link I could try my best to implement it. If this is a ticket for a nice first contribution. ✌️
Are there plan's to reimplement these functions? I came from a PowerShell warning to this. Because the cmdlet `Send-MailMessage` returns now a warning. :( Is there hope that there is...
@xuzhg, I don't get the format url or header to work. I tried first the URL format parameter like: ``` $format=application/json;IEEE754Compatible=true ``` And then I set the also the accept...
Now I implemented my own `ODataResourceSerializer` like that: ```csharp internal class EnumSerializer : ODataResourceSerializer { public EnumSerializer(IODataSerializerProvider serializerProvider) : base(serializerProvider) { } /// /// /// /// This is the value...
@xuzhg is there already some architectural decision how to implement this? and if yes can the community (maybe I) contribute this feature? this is highly needed for my projects and...
If I right understand the body stream ist the output strem of the response. But I'm not shure and have the same problem that the samples not work for me...
This looks stale again. I get right now the message: ```bash Unable to open file in editor. vscode-remote://dev-container%2B7b227265706f7369746f727950617468223a227373683a2f2f70616a6540742d73797374656d732d6d6d732e6465407466732e742d73797374656d732d6d6d732e65753a373939392f6167696c652f534f4c494d41542f5f6769742f536f6c696d61742e46726f6e74656e642e416e67756c6172222c22766f6c756d654e616d65223a225f5f554e495155455f5f222c22666f6c646572223a22536f6c696d61742e46726f6e74656e642e416e67756c6172222c22636c6f6e65496e666f223a7b2275726c546f436c6f6e65223a227373683a2f2f70616a6540742d73797374656d732d6d6d732e6465407466732e742d73797374656d732d6d6d732e65753a373939392f6167696c652f534f4c494d41542f5f6769742f536f6c696d61742e46726f6e74656e642e416e67756c6172227d2c22696e7370656374566f6c756d65223a66616c73657d/workspaces/xxx/xxx/xxx/xxx/xxx/xxx/xxx/xxx/xxx/xxx.ts does not map to a local file. ```
And maybe add support for big files... I must upload a 160mb big file to my website and publii can't upload it via sftp... :( But with MobaXterm it works...
@HofmeisterAn maybe it's better to implement an simple builder by yourself. It's basically only a key value list divided by ';'. The only hard thing todo, is always escaping inside...
Okay I looked now a bit to the code, and now I know what @HofmeisterAn mean by different database providers. Providers that use as a connection string an URI schema...