Bernhard Richter

Results 31 issues of 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...

bug

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...

feature
investigate

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...

bug

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.

bug

As discussed briefly here #189

enhancement

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...