Bernhard Richter
Bernhard Richter
Hi! Is there somehow I can provide a client side certificate when hitting an https endpoint?
Hi. I'm trying to create a custom attribute in Aurelia that wraps bootstrap-slider. The problem that I am seeing seems somehow related to jQuery and possibly the fact that it...
Now that VS Code finally has become extensible, maybe it would be possible to add support for debugging scripts in VS Code?. I use VS Code with an empty project.json...
If the script only contains the NuGet reference and/or usings without any actual code, there is a NRE thrown. ``` System.NullReferenceException: Object reference not set to an instance of an...
We currently have a couple of issues (#636 , #602 and #588) which points back to the fact that it is currently not possible to specify the SDK being used...
The tests for script packages does not currently work when on a UNC path.
As discussed briefly here #189
Add support for default schema. ``` c# dbSelectQuery.SetDefaultSchema("dbo") .Select(e => e.Column("SomeColumn")).From(e => e.table("SomeTable")); ``` SQL SERVER ``` sql SELECT [SomeColumn] FROM [dbo].[SomeTable] ``` Also make it possible to provide the...
Need to add more delete syntax tests as we are moving towards support for Oracle. It turns out that Oracle can not handle joins as part of the delete statement...