Steven Kirk
|
30e8cac05d
|
Update to .NET core 3.1.
|
6 years ago |
Nikita Tsukanov
|
feadefc1a1
|
Run Mono/FullNET tests for all "core" libs except Avalonia.Controls
|
7 years ago |
Steven Kirk
|
30e78dc5b6
|
Only run unit tests on .net core.
This allows us to run them on linux.
|
8 years ago |
Jeremy Koritzinsky
|
eb7c010462
|
Retarget .Net Framework projects to 4.7
Works around dotnet/standard#567.
|
8 years ago |
Nikita Tsukanov
|
913149d093
|
Switched to .NET Standard 2.0
|
9 years ago |
Jeremy Koritzinsky
|
58b3ff90ab
|
Reduce build warnings by setting a few flags and not using deprecated overloads.
|
9 years ago |
Wiesław Šoltés
|
872575b9b7
|
Set project OutputType
|
9 years ago |
Wiesław Šoltés
|
e9d108a506
|
Fixed xml tags
|
9 years ago |
Wiesław Šoltés
|
6b0a5c0449
|
Converted Avalonia.Styling.UnitTests to a new project system
|
9 years ago |
Wiesław Šoltés
|
f8097cc27d
|
Added msbuild props for package references
|
9 years ago |
Nikita Tsukanov
|
25c7be5b7a
|
Removed packages.config from csproj.files
|
9 years ago |
Nikita Tsukanov
|
dc8a32d1b1
|
Run Avalonia.Base.UnitTests using `dotnet test`
|
9 years ago |
Nikita Tsukanov
|
485fe1364e
|
Everything is buildable via MSBuild
|
9 years ago |
Nikita Tsukanov
|
b6b5b9de88
|
Test now compile and can be run from visual studio
|
9 years ago |
Nikita Tsukanov
|
b0a063838f
|
Migrated to PackageReference
|
9 years ago |
Steven Kirk
|
59c49d259d
|
Renamed assembly SceneGraph -> Visuals.
To make way for low-level scene graph library.
|
10 years ago |
Wiesław Šoltés
|
9cdcf6cb02
|
Revert "Updated projects and packages"
This reverts commit 7cca79b435.
|
10 years ago |
Wiesław Šoltés
|
7cca79b435
|
Updated projects and packages
|
10 years ago |
Jeremy Koritzinsky
|
3c5848bc2c
|
Updated Rx to 3.0 and fixed a failing test from a not fully set up mock.
|
10 years ago |
Steven Kirk
|
5be41985c3
|
Renamed Perspex -> Avalonia
|
10 years ago |
Steven Kirk
|
d845bec0a9
|
Forgot to save .csproj.
|
10 years ago |
Steven Kirk
|
19af37a6af
|
Started adding StyleResource markup extension.
OmniXAML issue #84 is now blocking us.
|
10 years ago |
Steven Kirk
|
eec9a1f44a
|
Added shared TestRoot class.
And use it in every unit test project except SceneGraph as that one is
different.
|
10 years ago |
Steven Kirk
|
e096c849d9
|
Updated NuGet packages.
Closes #395.
|
10 years ago |
Steven Kirk
|
36f2f3e1e0
|
More work on allowing bindings in setters.
Support activated ISubjects.
|
10 years ago |
Steven Kirk
|
5e0dd8fcd3
|
Support Setters with Bindings.
However Styles with activators (e.g. "Foo.class") not yet supported.
|
10 years ago |
Steven Kirk
|
8172d8214f
|
Use a naive implementation of StyleActivator.
As previous one was buggy and leaked.
|
11 years ago |
Steven Kirk
|
4fa3c98ca3
|
Detach styles when control removed from visual tree.
|
11 years ago |
Nikita Tsukanov
|
323c1a49c1
|
Removed core dependency on Splat
|
11 years ago |
Steven Kirk
|
cc1c2c0313
|
Fixes #147.
|
11 years ago |
Steven Kirk
|
f071a3d06b
|
Removed GlobalSuppressions.
|
11 years ago |
Steven Kirk
|
2e56c951d5
|
Removed StyleCop.Analysers.
|
11 years ago |
Steven Kirk
|
d11d779414
|
Trying to fix capitalization of tests and docs AGAIN.
|
11 years ago |
Steven Kirk
|
1a2fba4798
|
Revert "Fixed casing of Docs and Tests directories."
This reverts commit 845b28a2c2.
|
11 years ago |
Steven Kirk
|
845b28a2c2
|
Fixed casing of Docs and Tests directories.
|
11 years ago |
Steven Kirk
|
6167bacf54
|
Moved to more standard filesystem layout.
Based on https://gist.github.com/davidfowl/ed7564297c61fe9ab814 and https://github.com/fsprojects/ProjectScaffold
|
11 years ago |
Steven Kirk
|
cc04e9e6f0
|
Updated dependencies.
|
11 years ago |
Steven Kirk
|
84306bc415
|
Make assemblies share version information.
|
11 years ago |
Steven Kirk
|
81e889627a
|
Suppress documentation warnings in tests.
|
11 years ago |
Steven Kirk
|
71ebd527d4
|
Enable XML documentation.
|
11 years ago |
Steven Kirk
|
12752f227f
|
Updated StyleCop.Analysers.
|
11 years ago |
Steven Kirk
|
a417490a47
|
Updated StyleCop.Analyzers.
|
11 years ago |
Steven Kirk
|
33696785ab
|
Forgot to save .csproj after last commit it seems
|
11 years ago |
Steven Kirk
|
0c102d6d60
|
Reinstalled problematic NuGet pkgs.
|
11 years ago |
Steven Kirk
|
fe9ed13cff
|
Install StyleCopAnalysers.
And fix all warnings for the Perspex.Animation project.
|
11 years ago |
Steven Kirk
|
f7d271f846
|
Something resembling a menu now...
|
11 years ago |
Steven Kirk
|
16aa4f66cc
|
Merge branch 'propertyequals-selector' into menu
Conflicts:
Perspex.Styling/Selectors.cs
|
11 years ago |
Steven Kirk
|
c319df8a54
|
Added parent selector.
|
11 years ago |
Steven Kirk
|
768718e43f
|
Started optimizing selectors.
|
11 years ago |
Steven Kirk
|
363ad22438
|
Uninstalled Stylecop.MSBuild
It was causing problems and doesn't work properly with C#6 anyway.
|
11 years ago |