Dan Walmsley
857fbcc7c7
bump version.
3 years ago
Damon
c102aadd97
Update SkiaSharp to 2.88.6 to fix a critical security vulnerability ( #13109 )
* Update SkiaSharp to 2.88.6 to fix a critical security vulnerability
* Looks like Tizen needs to be updated separately
3 years ago
workgroupengineering
1cb271fb37
fix: Xaml Compiler error when code-behind class contains a `DllImport` method ( #12882 )
* fix: Avalonia.Generators not found
if you put SourceGenerators.props in a project with path are like this:"C:\GitHub\Avalonia\sample\mobile\android\ANoteSample\ANoteSample.csproj", the Compiler is not able to found `Avalonia.Generators`
* test: Add test #10046 Xaml Compiler error when code-behind class contains a DllImport method
* fix: Xaml Compiler error when code-behind class contains a DllImport method
* fix: Address Review
* fix: ValidateApiDiff has thrown an exception
3 years ago
Nikita Tsukanov
3433e57190
Added Avalonia.ForTestingOnly to InternalsVisibleTo list
3 years ago
Dan Walmsley
839de5966b
remove all traces of old api diff.
3 years ago
Max Katz
47988db9c3
Update ExternalConsumers.props
3 years ago
Julien Lebosquain
6eff41172f
Generate symbol packages
3 years ago
Nikita Tsukanov
8680c612fd
OSX rendering refactoring
3 years ago
Max Katz
59ffdd9950
Revert to net461
3 years ago
Max Katz
82501a689a
Update PackageTags
3 years ago
Max Katz
c3738875e6
Migrate to net462
3 years ago
workgroupengineering
8f66d01aaa
ci: Automatically adjust current year in copyright
3 years ago
Nikita Tsukanov
1bdb067ab9
external consumers
3 years ago
Max Katz
dbc3c802a3
Add Analyzers project to the main package
3 years ago
Max Katz
30d1dc7e61
Setup generators project in the repository, use in the control catalog
3 years ago
Tom Edwards
1fbd4ab801
Added Avalonia.Analyzers and ten diagonstics
3 years ago
José Pedro
8c07476a1a
Fixed NuGet package authors.
3 years ago
José Pedro
f8af158a38
Updated packages used by tests.
3 years ago
José Pedro
d0fe9e0e14
Updated Skia and HarfBuzz to latest stable.
3 years ago
Max Katz
fa64416af1
Fix NET6_0_OR_GREATER msbuild check
3 years ago
Nikita Tsukanov
d714f37fce
Implemented interop with externally managed GPU memory
3 years ago
Simon
876fa08812
move to a consistent langversion of 11
3 years ago
Simon
5ff712109b
avoid nuget refs on net6
System.ValueTuple, Runtime.CompilerServices.Unsafe, and System.Memory should not be required no net6 and up
3 years ago
Max Katz
8a78f134c5
Remove JetBrains.Annotations from the repo
3 years ago
Max Katz
59d7874b1d
Replace System.Reactive with internal extensions
3 years ago
Max Katz
de039015ca
Small cleanup of warnings
3 years ago
Max Katz
fa0cea97fe
Enable compiled bindings by default and fix all the usages + adjust some namespaces
4 years ago
Benedikt Stebner
822d57cac6
Use LangVersion preview for all projects
4 years ago
Giuseppe Lippolis
4de98100ea
feat: Enable net Analyzer
4 years ago
Jan Lukas Gernert
bf0b79fd32
update SkiaSharp to 2.88.1
4 years ago
Dan Walmsley
6901e9cd12
bump master build version
4 years ago
Max Katz
6d5b59c33f
Update SkiaSharp
4 years ago
Max Katz
301268b5f7
Update ReactiveUI
4 years ago
Nikita Tsukanov
70e77880f5
Avalonia.SourceGenerator -> DevGenerators
4 years ago
Adir Hudayfi
020fa3030a
Upgraded SkiaSharp packages
4 years ago
Giuseppe Lippolis
b2714472fe
fix: remove Microsoft.NETFramework.ReferenceAssemblies package
4 years ago
Giuseppe Lippolis
cc91c3002f
fix: AvaloniaPublicKey.props file name typo
4 years ago
Giuseppe Lippolis
a25ce2fb08
feat: move InternalsVisibleTo in csproj
4 years ago
Giuseppe Lippolis
1d8e3cabe7
fix: update Microsoft.NETFramework.ReferenceAssemblies
4 years ago
Giuseppe Lippolis
d3b09a7d74
fix: Update SourceLink
4 years ago
Giuseppe Lippolis
60d0e2f1c3
fix: Consolidate JetBrains.DotMemoryUnit
4 years ago
Dariusz Komosinski
ea9bd40dbd
Update HarfBuzzSharp.
4 years ago
Dariusz Komosinski
8aa64bf839
Update SkiaSharp.
4 years ago
Max Katz
ad0a06bf24
Merge PlatformSupport project into Avalonia.Base
4 years ago
Max Katz
4c039cbf7c
Move Fluent/Default themes out of main package
4 years ago
Dariusz Komosinski
174b94f3b4
Replace ImageMagick with ImageSharp for render test comparisons.
4 years ago
Steven Kirk
d75732699c
Added attributes describing API stability.
Adds two attributes which describe the stability of an API:
- `UnstableAttribute` indicates that we provide no API stability guarantees for the class between minor/patch versions. This is mostly applied to `*Impl` interfaces which describe the interface between core Avalonia and platform implementations
- `NotClientImplementableAttribute` indicates that an interface is stable for consumption by a client, but should not be implemented outside of Avalonia itself (either because custom implementations are not supported, or because as members may be added to its API)
4 years ago
Nikita Tsukanov
d5e049e70a
Fixed path to DevAnalyzers.csproj
Linux uses case-sensetive file systems, so MSBuild was unable to find the file
4 years ago
Steven He
4f6da322fa
PrivateAssets
4 years ago
Steven He
0bb22cff12
SubtypesFactory generator
4 years ago