Steven Kirk
1beaa133de
Merge pull request #909 from AvaloniaUI/avalonia-object-thread-affinity
Ensure correct thread for AvaloniaProperty access.
9 years ago
Steven Kirk
2734a67fdf
Fixed broken csproj.
9 years ago
Steven Kirk
0aa8866401
Merge branch 'master' into avalonia-object-thread-affinity
9 years ago
Steven Kirk
3381c490e8
Merge pull request #917 from AvaloniaUI/move-idrawingcontextimpl
Moved IDrawingContextImpl to Avalonia.Platform.
9 years ago
Steven Kirk
42239d4498
Moved IDrawingContextImpl to Avalonia.Platform.
So it can be alongside its impl brethren.
9 years ago
Nikita Tsukanov
aa17131bdc
Merge pull request #925 from wieslawsoltes/nuget-consolidate
Consolidated NuGet package versions and fixed package downgrades
9 years ago
Wiesław Šoltés
3ef06f1030
Merge branch 'master' into nuget-consolidate
9 years ago
Wiesław Šoltés
02692183c2
Merge pull request #924 from wieslawsoltes/cleanup
Cleanup unused items and build warnings
9 years ago
Wiesław Šoltés
38bc75b5ab
Updated NuGet packages to fix package downgrades
9 years ago
Wiesław Šoltés
3a0ac21b48
Consolidated NuGet package versions
9 years ago
Wiesław Šoltés
1615b7992c
Do not include sdk framework twice
9 years ago
Wiesław Šoltés
26561a5ad4
Only include when using net461 framework
9 years ago
Wiesław Šoltés
07b5756b21
Removed non existing items
9 years ago
Wiesław Šoltés
e2489a6b28
Removed unused variable
9 years ago
Wiesław Šoltés
6d557f7819
Already included in coretests.props
9 years ago
Wiesław Šoltés
7146b91303
Removed unnecessary project.json
9 years ago
Wiesław Šoltés
980808aacb
Removed getting started item
9 years ago
Wiesław Šoltés
903c853821
Add missing shared imports
9 years ago
Steven Kirk
a887e4a73d
Merge pull request #920 from AvaloniaUI/immutable-brushes
Added a set of immutable brushes.
9 years ago
Steven Kirk
dc3600f250
Merge branch 'master' into immutable-brushes
9 years ago
Steven Kirk
9dc74784a1
Merge pull request #921 from AvaloniaUI/csproj-defaultcompileitem
Use the default compile items in core libs.
9 years ago
Steven Kirk
d7703d619c
Fixed failing test.
And removed `TestServices.WindowImpl` as it was being ignored.
9 years ago
Steven Kirk
a2fe941e2e
Added more comments on workaround.
9 years ago
Steven Kirk
65dd1a423b
Use the default compile items in unit tests.
For the tests that have been ported to .net core at least.
9 years ago
Steven Kirk
96d9cfa2fc
Use the default compile items in core libs.
Now we're using the new project system, we don't have to have a
`<Compile Include="..."/>` element for each file.
9 years ago
Nikita Tsukanov
e83d7d1668
Merge pull request #919 from kekekeks/netstandard
Switching to .NETStandard
9 years ago
Nikita Tsukanov
6cf037ad7c
One liners
9 years ago
Nikita Tsukanov
66ac05b2c2
Removed <Name> elements from new projects
9 years ago
Nikita Tsukanov
d1caaaca3e
Removed <Project>
9 years ago
Nikita Tsukanov
25c7be5b7a
Removed packages.config from csproj.files
9 years ago
Steven Kirk
65f9fe67f7
Added a set of immutable brushes.
Make `SolidColorBrush` immutable, but make the static `Brushes`
properties return immutable brushes. The immutable brushes will be
needed by the deferred renderer.
9 years ago
Nikita Tsukanov
f129262238
Skip netcoreapp1.1 for layout and controls for now
9 years ago
Nikita Tsukanov
886a65beaa
Use dotnet test for layout and controls tests
9 years ago
Nikita Tsukanov
42c68debf9
Disable default items
9 years ago
Nikita Tsukanov
bcbfbbb906
skip net core tests on windows
9 years ago
Nikita Tsukanov
357bacc3ab
Update appveyor.yml
9 years ago
Nikita Tsukanov
e26141a64d
typo
9 years ago
Nikita Tsukanov
635561af56
Install dotnet 1.0.1 on appveyor
9 years ago
Nikita Tsukanov
f3394b881f
Fixed linux build
9 years ago
Nikita Tsukanov
dc8a32d1b1
Run Avalonia.Base.UnitTests using `dotnet test`
9 years ago
Nikita Tsukanov
a06a6d10bd
Install dotMemoryUnit from cake script
9 years ago
Nikita Tsukanov
beda69a2e6
Special hack to keep VS happy
9 years ago
Nikita Tsukanov
c427ed5bdc
whoops
9 years ago
Nikita Tsukanov
a9f867c127
set path
9 years ago
Nikita Tsukanov
fa12a9ee28
Get dotmemoryunit from %USERPFORILE%/.nuget/packages
9 years ago
Nikita Tsukanov
a6fb94afde
use nuget 4.3
9 years ago
Nikita Tsukanov
f6cad5f10c
use msbuild for package restore
9 years ago
Nikita Tsukanov
6827132a59
use rc appveyor image
9 years ago
Nikita Tsukanov
4bb5ebf070
Fixed build script for windows
9 years ago
Nikita Tsukanov
88ef461d53
Reference native linux binaries
9 years ago