You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/basics/user-interface/styling/themes/fluent.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Avalonia Fluent theme is inspired by Microsoft's Fluent Design System, which is
17
17
As a first step, [Avalonia.Themes.Fluent](https://www.nuget.org/packages/Avalonia.Themes.Fluent/) nuget package needs to be installed.
18
18
19
19
:::info
20
-
On how to add a nuget package, you can follow steps from the Nuget page or [Visual Studio](https://learn.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio), [Rider](https://www.jetbrains.com/help/rider/Using_NuGet.html) documentation.
20
+
On how to add a nuget package, you can follow steps from the NuGet page or [Visual Studio](https://learn.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio), [Rider](https://www.jetbrains.com/help/rider/Using_NuGet.html) documentation.
21
21
:::
22
22
23
23
After that theme needs to be included in the Application class:
Copy file name to clipboardExpand all lines: docs/basics/user-interface/styling/themes/simple.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Avalonia Simple theme is specifically designed to be minimal and lightweight, wi
14
14
As a first step, [Avalonia.Themes.Simple](https://www.nuget.org/packages/Avalonia.Themes.Simple/) nuget package needs to be installed.
15
15
16
16
:::info
17
-
On how to add a nuget package, you can follow steps from the Nuget page or [Visual Studio](https://learn.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio), [Rider](https://www.jetbrains.com/help/rider/Using_NuGet.html) documentation.
17
+
On how to add a nuget package, you can follow steps from the NuGet page or [Visual Studio](https://learn.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio), [Rider](https://www.jetbrains.com/help/rider/Using_NuGet.html) documentation.
18
18
:::
19
19
20
20
After that theme needs to be included in the Application class:
\* Bookmarks are not properly supported on desktop platforms and instead return file path instead. MacOS support is planned in order to get it work with Sandboxed Apple Store apps.
139
+
\* Bookmarks are not properly supported on desktop platforms and instead return file path instead. macOS support is planned in order to get it work with Sandboxed Apple Store apps.
140
140
141
141
** Managed file picker works only on desktop platforms where it's possible to open a custom window.
Copy file name to clipboardExpand all lines: docs/reference/controls/colorpicker/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Developers using this control may:
39
39
40
40
## Using in Your App
41
41
42
-
Avalonia is used in several resource-constrained environments such as embedded devices. For this and other reasons, certain larger controls such as the `ColorPicker` are not included with the main Avalonia UI Nuget packages. This means a bit of extra work is required to add the `ColorPicker` to your app:
42
+
Avalonia is used in several resource-constrained environments such as embedded devices. For this and other reasons, certain larger controls such as the `ColorPicker` are not included with the main Avalonia UI NuGet packages. This means a bit of extra work is required to add the `ColorPicker` to your app:
43
43
44
44
1. Add the `Avalonia.Controls.ColorPicker` nuget to your project. This MUST match your version of Avalonia's other packages.
45
45
2. Add control themes and styles for all color picker controls in `App.axaml` by adding:
Copy file name to clipboardExpand all lines: docs/reference/controls/slider.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ public class MainViewModel : ViewModelBase
80
80
- using [ReactiveUI.Fody.Helpers](https://www.reactiveui.net/docs/handbook/view-models/boilerplate-code.html) NOTE: Fody.Helpers is not required (optional).
81
81
82
82
:::info
83
-
On how to add a nugetpackage, youcanfollowstepsfromtheNugetpageor [VisualStudio](https://learn.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio), [Rider](https://www.jetbrains.com/help/rider/Using_NuGet.html) documentation.
83
+
On how to add a nugetpackage, youcanfollowstepsfromtheNuGetpageor [VisualStudio](https://learn.microsoft.com/en-us/nuget/quickstart/install-and-use-a-package-in-visual-studio), [Rider](https://www.jetbrains.com/help/rider/Using_NuGet.html) documentation.
* Use embedded pdb for analyzers and build tasks by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/12336
287
-
* Fix window incorrect positioning with window startup location CenterScreen on MacOS by @Takoooooo in https://github.com/AvaloniaUI/Avalonia/pull/12327
287
+
* Fix window incorrect positioning with window startup location CenterScreen on macOS by @Takoooooo in https://github.com/AvaloniaUI/Avalonia/pull/12327
288
288
* Fixed issue where RowDetailsTemplate was getting the wrong DataContext by @Gundz in https://github.com/AvaloniaUI/Avalonia/pull/12174
289
289
* Catch dbus errors so that WatchAsync can register all names by @ThereGoesMySanity in https://github.com/AvaloniaUI/Avalonia/pull/12377
\* Bookmarks are not properly supported on desktop platforms and instead return file path instead. MacOS support is planned in order to get it work with Sandboxed Apple Store apps.
139
+
\* Bookmarks are not properly supported on desktop platforms and instead return file path instead. macOS support is planned in order to get it work with Sandboxed Apple Store apps.
140
140
141
141
** Managed file picker works only on desktop platforms where it's possible to open a custom window.
Copy file name to clipboardExpand all lines: i18n/ru/docusaurus-plugin-content-docs/current/reference/controls/colorpicker/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Developers using this control may:
39
39
40
40
## Using in Your App
41
41
42
-
Avalonia is used in several resource-constrained environments such as embedded devices. For this and other reasons, certain larger controls such as the `ColorPicker` are not included with the main Avalonia UI Nuget packages. This means a bit of extra work is required to add the `ColorPicker` to your app:
42
+
Avalonia is used in several resource-constrained environments such as embedded devices. For this and other reasons, certain larger controls such as the `ColorPicker` are not included with the main Avalonia UI NuGet packages. This means a bit of extra work is required to add the `ColorPicker` to your app:
43
43
44
44
1. Add the `Avalonia.Controls.ColorPicker` nuget to your project. This MUST match your version of Avalonia's other packages.
45
45
2. Add control themes and styles for all color picker controls in `App.axaml` by adding:
* Use embedded pdb for analyzers and build tasks by @MrJul in https://github.com/AvaloniaUI/Avalonia/pull/12336
288
-
* Fix window incorrect positioning with window startup location CenterScreen on MacOS by @Takoooooo in https://github.com/AvaloniaUI/Avalonia/pull/12327
288
+
* Fix window incorrect positioning with window startup location CenterScreen on macOS by @Takoooooo in https://github.com/AvaloniaUI/Avalonia/pull/12327
289
289
* Fixed issue where RowDetailsTemplate was getting the wrong DataContext by @Gundz in https://github.com/AvaloniaUI/Avalonia/pull/12174
290
290
* Catch dbus errors so that WatchAsync can register all names by @ThereGoesMySanity in https://github.com/AvaloniaUI/Avalonia/pull/12377
Copy file name to clipboardExpand all lines: versioned_docs/version-0.10.x/guides/developer-guides/macos-development.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ title: macOS Development
7
7
8
8
It's actually really simple. If you're developing in Windows (which is easier for a Windows developer), once your AvaloniaUI application is looking about right and you're ready to try it on macOS, copy your entire project folder to your Mac (don't worry - all the files will be treated as basic flat files). If you have a github for it, commit it and then check it out on your dev Mac machine.
9
9
10
-
You'll need a development platform for macOS such as Visual Studio for MacOS, JetBrains Rider or you can build from the command line if you have the dotnet SDK installed on you Mac.
10
+
You'll need a development platform for macOS such as Visual Studio for macOS, JetBrains Rider or you can build from the command line if you have the dotnet SDK installed on you Mac.
11
11
See the Getting Started>>IDE Support for more details.
12
12
13
13
### Visual Studio for Mac or JetBrains Rider
@@ -26,7 +26,7 @@ To run either type "dotnet run --project pathToProject/myproject.csproj" where "
26
26
27
27
Your build platform will recompile the code and since it's target independent, it will build the native (ie: Mac) version and link all the Mac target DLLs for .Net Core 6.0 and AvaloniaUI.
28
28
29
-
The following instructions are for more advanced builds such as having a proper Mac app bundle or of you need better intergration with native MacOS.
29
+
The following instructions are for more advanced builds such as having a proper Mac app bundle or of you need better intergration with native macOS.
0 commit comments