Search found 94 matches
- Tue Sep 27, 2022 4:45 pm
- Forum: Product
- Topic: VS2019 issue with X#2.13.2.2
- Replies: 2
- Views: 1877
VS2019 issue with X#2.13.2.2
As a workaround, you can try the remove the "f " prefix. That should work.
- Fri Sep 23, 2022 12:48 pm
- Forum: Welcome
- Topic: Introduction - CAPITAL Software (XHarbour)
- Replies: 38
- Views: 23017
Introduction - CAPITAL Software (XHarbour)
<r>Another side note... It is possible to create Extensions for Visual Studio. Here's an example for an Visual Studio Extension related to X#: <URL url="https://github.com/InfomindsAg/XSharpPowerTools">https://github.com/InfomindsAg/XSharpPowerTools</URL> <br/>
<br/>
Maybe Dick can offer Chris "a ...
<br/>
Maybe Dick can offer Chris "a ...
- Thu Sep 22, 2022 3:24 pm
- Forum: Welcome
- Topic: Introduction - CAPITAL Software (XHarbour)
- Replies: 38
- Views: 23017
Introduction - CAPITAL Software (XHarbour)
<r>Hi Will,<br/>
<br/>
quick side note to Roberts comment about Visual Studio Code (aka VSCode). There is a VSCode Extension that adds a simple syntax highlighting for X# to VSCode. So you can use VSCode to look at X# code and do some quick editing (but no code completion, compiling, ...).<br/>
<br ...
<br/>
quick side note to Roberts comment about Visual Studio Code (aka VSCode). There is a VSCode Extension that adds a simple syntax highlighting for X# to VSCode. So you can use VSCode to look at X# code and do some quick editing (but no code completion, compiling, ...).<br/>
<br ...
- Wed Aug 31, 2022 1:00 pm
- Forum: Product
- Topic: Override of function?
- Replies: 8
- Views: 2984
Override of function?
If this new Attribute is introduced, it might also be a good idea to have some check in the compiler, that there is only one "PreferredOverload" per function overload in a solution and all it's dependencies...
- Tue Aug 30, 2022 3:32 pm
- Forum: Product
- Topic: Override of function?
- Replies: 8
- Views: 2984
Override of function?
If you just want to get rid of the warning, you can also put it's code on the list of the ignored warnings. But this of course get's rid of all the XS9043 warnings, not just the one for the LoadResString function
- Thu Aug 11, 2022 3:46 pm
- Forum: Product
- Topic: End of Visual Studio 2017 support
- Replies: 6
- Views: 3053
End of Visual Studio 2017 support
At Infominds, we use Visual Studio 2019 and 2022. So we're fine with ending the support of VS 2017.
- Thu Jul 28, 2022 5:22 pm
- Forum: Product
- Topic: Debugging horror
- Replies: 18
- Views: 5143
Debugging horror
<r>The auto window could also be helpful: <I><s>[i]</s>The Autos window shows variables used around the current breakpoint.<e>[/i]</e></I><br/>
<br/>
<URL url="https://docs.microsoft.com/en-us/visualstudio/debugger/autos-and-locals-windows?view=vs-2022"><LINK_TEXT text="https://docs.microsoft.com/en ...
<br/>
<URL url="https://docs.microsoft.com/en-us/visualstudio/debugger/autos-and-locals-windows?view=vs-2022"><LINK_TEXT text="https://docs.microsoft.com/en ...
- Wed Jun 15, 2022 2:11 pm
- Forum: Deutsches Forum
- Topic: dnSpy
- Replies: 9
- Views: 4230
dnSpy
<r>Eventuell hilft dieser Artikel, der das "Monkey Patching" von Dotnet Assemblies beschreibt. Dabei wird die Assembly selbst nicht geändert, sondern nur zur Laufzeit manipuliert.<br/>
<br/>
<URL url="https://khalidabuhakmeh.com/fix-dotnet-dependencies-with-monkey-patching"><LINK_TEXT text="https ...
<br/>
<URL url="https://khalidabuhakmeh.com/fix-dotnet-dependencies-with-monkey-patching"><LINK_TEXT text="https ...
- Tue May 24, 2022 12:53 pm
- Forum: Suggestions
- Topic: Report/warning to find potential problems switching to case-sensitive mode
- Replies: 2
- Views: 12197
Report/warning to find potential problems switching to case-sensitive mode
One way to "fix" this issue would be to enable the EnforceSelf compile option.
- Tue Apr 26, 2022 11:45 am
- Forum: Visual FoxPro
- Topic: Fox developper "UNBOXING XSHARPDEV " experience
- Replies: 7
- Views: 6645
Fox developper "UNBOXING XSHARPDEV " experience
Thanks. It will be interesting to see, how this works. Related question. Will the SourceGenerators (which are something similar to Analyzers, that run at build time) also work with x#?

