XSharpPublic icon indicating copy to clipboard operation
XSharpPublic copied to clipboard

Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.

Results 197 XSharpPublic issues
Sort by recently updated
recently updated
newest added

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

RDD
FoxPro

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

bug
RDD

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

enhancement
vs editor

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

bug
vs projectsystem
vs form editor

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

bug
vs projectsystem

Support FoxPro types in .MEM files

enhancement
FoxPro

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

Runtime

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: ![x#](https://user-images.githubusercontent.com/37899206/190607836-72525103-31ff-4ba0-bcfb-7b9634297408.png) When you open...

bug
vs form editor

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.

enhancement
Runtime