Page 1 of 1

Beta 11.18 of C#/XAML for HTML5 released (new "Output" folder structure)

Posted: Sun Sep 10, 2017 3:02 am
by JS-Support @Userware
Dear users,

We are pleased to inform you that the Beta 11.18 of C#/XAML for HTML5 - the extension for Visual Studio that lets you build cross-platform HTML5 apps in standard C# and XAML - is available for download!



DOWNLOAD:
CSharpXamlForHtml5_v1_0_public_beta11_18.zip
(23.26 MiB) Downloaded 673 times

Learn More about C#/XAML for HTML5.




Here is what's new (since Beta 11.17):
  • Ability to specify the location of the "Output" folder (the folder where the html/js app is generated), and ability to specify the Output folder structure. Documentation:
    http://cshtml5.com/documentation/configuring-output-paths.aspx
  • New, cleaner "Output" folder structure, with only index.html and one folder.
    You can revert to the previous structure, if you prefer, by following the instructions contained in the link above.
  • Improved support for XDocument, XNode, XElement, XName, XText, and XContainer (including support for XDocument.Parse, and XDocument.ToString() to serialize/deserialize XML)
    (Coming soon: XAttribute, XNamespace, Elements(), Descendants() - for the moment you can use .Nodes() instead)
    Note: We are also working on the DataContractSerializer, which will use those features and work much better than the current implementation of the XmlSerializer. We are also working on a new implementation of the WCF stack, to fix some of the current limitations and improve the WCF experience. Stay tuned for updates!
  • Fixed issue with WCF services returning void (on VS2015) (#721)

We are also working on many other features and we will release them as soon as they are ready.


You may also be interested to read:


Notes about installation:
  • Before installing this update, it is recommended that you close all the open instances of Visual Studio.
  • If for some reason you need to revert to the previous Beta, simply uninstall this one (from the Control Panel) and reinstall the previous Beta.


We hope you will enjoy this build! If you find any issues, please post them on the forums or send an email to support@cshtml5.com

Thank you.
Regards,
JS-Support

Re: New Beta 11.18 released! [Download] (new "Output" folder structure)

Posted: Wed Sep 13, 2017 1:16 am
by matzul
After installing this new Beta 11.18 released. Something has went wrong for Grid.ColumnSpan when viewing on Simulator. But on Browsers are working fined.

Re: New Beta 11.18 released! [Download] (new "Output" folder structure)

Posted: Wed Sep 13, 2017 6:59 am
by JS-Support @Userware
matzul wrote:After installing this new Beta 11.18 released. Something has went wrong for Grid.ColumnSpan when viewing on Simulator. But on Browsers are working fined.


Thank you for reporting this issue. It will be fixed in Beta 11.19, which will be released this week.

Regards,
JS-Support

Re: New Beta 11.18 released! [Download] (new "Output" folder structure)

Posted: Thu Sep 14, 2017 5:41 am
by matzul
Dear support team,

Another problem encountered by me was DataGrid whereby after assigning list object to ItemSource. Column width/size went wrong. Please also look into this matter as well.

Thanks.

Re: New Beta 11.18 released! [Download] (new "Output" folder structure)

Posted: Thu Sep 14, 2017 7:10 am
by JS-Support @Userware
matzul wrote:Another problem encountered by me was DataGrid whereby after assigning list object to ItemSource. Column width/size went wrong. Please also look into this matter as well.


Hi,

We do not see this issue on our tests.
Can you please isolate/reproduce this issue in a small empty project and send it to us at: support@cshtml5.com ?

Thank you.
Regards,
JS-Support

Re: New Beta 11.18 released! [Download] (new "Output" folder structure)

Posted: Thu Sep 14, 2017 5:05 pm
by matzul
JS-Support wrote:
matzul wrote:Another problem encountered by me was DataGrid whereby after assigning list object to ItemSource. Column width/size went wrong. Please also look into this matter as well.


Hi,

We do not see this issue on our tests.
Can you please isolate/reproduce this issue in a small empty project and send it to us at: support@cshtml5.com ?

Thank you.
Regards,
JS-Support


Attached is screen shot about the issue and source code of creating a data grid.

1. screen of source code

2. screen after assigning object list to datagrid.itemsource which the issue encountered

3. screen before assigning object list to datagrid.itemsource

tq.