106 Commits

Author SHA1 Message Date
05f290f599 Be explicit about types needed for application 2022-02-18 23:11:11 +06:00
4aacf93202 Update README.md 2022-02-15 14:32:10 -05:00
bfec7e3ad2 Update nuget.config 2022-02-15 14:13:06 -05:00
8e38c08db3 Avalonia 0.10.12 2022-02-13 18:35:14 -05:00
6789fbaec7 Avalonia UI 0.10.10 -> 0.10.11 2021-12-22 17:08:44 -05:00
f88fbec519 Merge branch 'master' of https://github.com/josephmoresena/AvaloniaCoreRTDemo 2021-12-13 16:17:59 -05:00
eab730c1f2 Sample improves
* No remove axaml files for makes the sample simpler.
* Creation of utilities class.
* Avoid using ref Bitmap on MainViewModel.
* Avoid application crashing when dotnet.png or avalonia.png are missing. Using an replace embeded image instead.
* Conditionally invoke of UseAvaloniaNative at runtime.
2021-12-13 16:17:55 -05:00
3073afd6c7 Artifacts information 2021-12-12 00:24:32 -05:00
0368c711d6 Fix solution files
* Indentation fix of csproj file
* Remove Any CPU from sln file
2021-12-11 21:55:29 -05:00
1a6741f9ee Sample improves
* UserControl sample.
* Multi-theme support.
* NativeMenu on macOS.
* GitHub workflow for Windows, Linux and MacOS artifact compilation.
2021-12-11 21:39:55 -05:00
d400f93339 Merge pull request #13 from josephmoresena/master
Update to ILCompiler 7.0.0-*
2021-10-15 10:33:11 +03:00
488ea9b715 Update Avalonia package -> 0.10.8 2021-10-12 19:06:53 -05:00
9381bde12f Create test.sh 2021-10-11 20:56:05 -05:00
9dc4783826 Delete test.sh 2021-10-11 20:50:11 -05:00
751e4bf6f4 Update test.command 2021-10-11 19:43:49 -05:00
c127d73752 Create App MacOS 2021-10-11 19:34:26 -05:00
225a954bb3 Update to ILCompiler 7.0.0-*
Official support added to MacOS x64
2021-10-09 12:02:31 -05:00
aaeb541cd6 Update to Avalonia 0.10.7 and latest NuGet packages sources for the Il compiler 2021-08-19 16:44:22 +03:00
46134c5982 Merge pull request #8 from kant2002/kant/update-docs
Update documentation for the project
2021-05-04 15:50:39 +03:00
347f12926e Update links to the recent version of documentatio 2021-03-14 16:45:45 +06:00
ddde79abbe Update documentation for the project
Remove reference to CoreRT and use NativeAOT.
Remove not longer required fix for System.Reactive
2021-03-14 16:41:55 +06:00
97ea6eda82 Merge pull request #7 from josephmoresena/master
Upgrade Avalonia UI Version
2021-02-11 23:07:11 +02:00
c283769b54 RootAllApplicationAssemblies -> TrimMode
According docs https://github.com/dotnet/runtimelab/blob/feature/NativeAOT/docs/using-nativeaot/optimizing.md RootAllApplicationAssemblies: false isn't more valid and must be replaced by TrimMode: link.

It prevents warnings and reduces at leas to half of RAM consumption at compilation process.
2021-01-27 08:21:30 -05:00
48d100013b Upgrade Avalonia UI Version
Avalonia UI package upgrade to 0.10.0, System.Reactive isn't longer required by now.
2021-01-26 18:56:08 -05:00
4a2207a19f Merge pull request #6 from josephmoresena/master
Lastest Packages Update
2020-12-23 14:32:00 +02:00
0f67089b5f Lastest Packages Update
System.Reactive is updated to version 5.0, consistent with NET 5.0, additionally AvalionaUI is updated to version 0.9.11 since this is the last version compatible with NativeAOT (formerly CoreRT)
2020-12-20 09:42:08 -05:00
be5072c0e0 Merge pull request #3 from teobugslayer/master
Merge
2020-11-14 20:17:52 -05:00
80370840de Merge pull request #4 from jkotas/update-nuget
Update to new nuget feed
2020-11-03 12:51:15 +02:00
45e668548e Update to new nuget feed 2020-11-02 13:05:04 -08:00
2efaf4369a Merge pull request #2 from teobugslayer/master
Merge master
2020-11-02 13:37:12 -05:00
a408bd242f Merge branch 'master' of github.com:teobugslayer/AvaloniaCoreRTDemo 2020-05-23 00:21:53 +03:00
63280b1992 Removed unneeded setting 2020-05-23 00:21:46 +03:00
96fa48e261 Add new NuGet Source
Microsoft recently changed the way they distribute Net5 preview builds. Adding the new NuGet source to enable building against .NET 5.0 preview5+ and their nightly builds.
2020-05-22 11:02:38 +03:00
577f047c78 Update README.md 2020-05-12 11:48:16 +03:00
a4b554853c Cosmetic: Removed extra lines 2020-05-12 11:41:40 +03:00
a4e6e5477a Update to Avalonia 0.9.10 and changed to more agressive Ilc settings 2020-05-12 11:22:33 +03:00
6a2851bfae Merge pull request #2 from josephmoresena/master
Implement Windows About Window
2020-05-03 13:33:04 +03:00
cbf15e8747 Windows About Console
The 'about window' is implemented, the invoke is a method since ReactiveCommand fails when invoking a new window.
2020-05-01 15:53:41 -05:00
c8a00ead8a Merge pull request #1 from teobugslayer/master
Merge pull request #1 from josephmoresena/master
2020-04-24 22:37:14 -05:00
3659bf3e4a Merge pull request #1 from josephmoresena/master
WindowsApp.lib only should be included in Windows
2020-04-24 09:30:04 +03:00
db196e72b3 WindowsApp.lib only should be included in Windows
The csproj file isn't checking the target platform a prior to include WindowsApp.lib, which should only included when the target os Windows.
2020-04-23 23:57:38 -05:00
771068b8a9 streamlined instructions. 2020-04-23 21:30:49 +03:00
6b8d3d46ad fix the readme after deleting instructions 2020-04-23 21:27:12 +03:00
4c51523be8 removed instructions about using nuget lock file 2020-04-23 21:25:58 +03:00
de3e416ca1 removed unneeded instructions 2020-04-23 21:22:13 +03:00
7a8dd755cc Update README.md 2020-04-23 21:12:41 +03:00
bc1949d302 fixed typos in the readme 2020-04-23 21:12:03 +03:00
c50d9f2319 Updated to Avalonia 0.9.9. Final version of the readme. 2020-04-23 20:55:24 +03:00
8964e345e5 Added edit box 2020-04-17 22:58:49 +03:00
540af66813 Project restructured for easier maintainence 2020-04-17 22:48:50 +03:00