XSharpPublic
XSharpPublic copied to clipboard
Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
Request: A new Function that will create a `Work Area` from a `DataTable`. The reason for this request is when we get a `DataTable` from `ADO.Net` Sql Server calls, we...
``` Using System Using System.Collections.Generic Using System.Linq Using System.Text Using XSharp.Core Using XSharp.VFP Using XSharp.RT Using XSharp.RDD #include "dbcmd.xh" Function Start() As Void Strict Local oObject = myNS.MyFirstClass{} As MyFirstClass...
Inside of a Class definition in a PRG, when I type: ``` Method MyMethod() ``` Then next I type (space) `AS` (space) and next I'd expect intellisense to pop up...
I have a problem on wpf images rendering. When I try to add an image to a ribbon toolbar in wpf the compiler can't find the image in the path...
VS wants to add the nuget packages to TFS for XSharp projects and ignores the settings we provided. Other c# projects don't have this problem. .nuget\nuget.config packages\.tfignore # Ignore all...
As per title
I'm only reported this so it's logged and we are aware about it, but I suggest leaving it as is for now, as it's an area where we can easily...
The WinForms designer does not load controls from NuGet packages, e.g.: **Microsoft.Web.WebView2**. When you open the Toolbox window in an X# project, no WebView2 control appears:  When you open...
X# 2.13.2.1 There is a compiler warning: > Warning XS9043 'MAKELANGID' is ambiguous. Could be Method 'VOWin32APILibrary.Functions.MAKELANGID(params usual[])' in VOWin32APILibrary or Method 'XSharp.VO.Functions.MAKELANGID(word, word)' in XSharp.VO.