Giuseppe Lippolis
2ac4eafdcf
fixes: WarningsAsErrors in Visual Studio
5 years ago
Steven Kirk
691f93a1ed
Multi-target net6.0.
5 years ago
Jumar Macato
518d4022c8
Delete ApiCompatBaseline.txt
6 years ago
Jumar Macato
ce655d715c
Apply suggestions from code review
6 years ago
Jumar Macato
c6581cf020
api compat update
6 years ago
Dan Walmsley
f0c4e90c78
remove apicompat baselines.
6 years ago
Dan Walmsley
7d92a5183e
add baselines.
6 years ago
Dan Walmsley
451ee7c0b7
Revert "add baselines."
This reverts commit fd817c06b0 .
6 years ago
Dan Walmsley
fd817c06b0
add baselines.
6 years ago
Dan Walmsley
e75d17f401
fix diff of Avalonia.Remote.Protocol.
6 years ago
Dan Walmsley
26d68e9958
add api diff to most projects.
6 years ago
Steven Kirk
949f33227f
Unwrap TargetInvocationException.
To provide a better error message to the designer.
6 years ago
Nikita Tsukanov
dbb5e72b73
HTML/WebSocket previewer "transport" + file watcher "transport"
7 years ago
José Pedro
96d84c942d
Use Array.Empty instead of allocating empty arrays.
8 years ago
José Pedro
48dccadfb0
Fixed argument exception constructor calls.
Use nameof where possible.
Fixed wrong check in RelativeSource.AncestorLevel.
8 years ago
Steven Kirk
f32832878e
Strong name sign Avalonia.Remote.Protocol.
It needs to be signed to be used in VS.
8 years ago
Steven Kirk
718c01f206
Supply more detailed exception details.
So we can display better errors in a designer.
8 years ago
Steven Kirk
4d73f1d159
Fix deadlock in remote protocol.
The `TransportConnectionWrapper` producer-consumer queue was deadlocking due to
`_signal` getting set to `null` while a worker was still waiting for it. Spoke
with @kekekeks who suggested this fix.
8 years ago
Steven Kirk
8caa0d2924
Strong name sign Avalonia.Remote.Protocol.
It needs to be signed to be used in VS.
8 years ago
Steven Kirk
c8363ddeb7
Supply more detailed exception details.
So we can display better errors in a designer.
8 years ago
Nikita Tsukanov
c742fa42d2
[REMOTE] Skip unknown BSON properties
8 years ago
Nikita Tsukanov
0948f56587
Added XamlFileProjectPath to UpdateXamlMessage
8 years ago
Dan Walmsley
1eda1edc04
implement previewer interactions for mouse and keyboard.
8 years ago
Dan Walmsley
e12a3f91c5
add a render info message so dpi can be set.
8 years ago
Miha Markič
0a38876590
Spellchecks all projects except for Base, Controls, Samples and Testing
8 years ago
Jeremy Koritzinsky
18f436a2c3
Clean up unused code warnings and malformed doc comments.
8 years ago
Nikita Tsukanov
13171c4be3
Implemented `--session-id` and `--method win32` for previewer
9 years ago
Nikita Tsukanov
4ebd4a34dd
Removed unneded Task.Yield
9 years ago
Nikita Tsukanov
a5f0d23ccb
Embed Metsys.Bson as a serializer to avoid referencing JSON.NET
9 years ago
Nikita Tsukanov
9a1348b37b
Initial remote XAML previewer implementation
9 years ago
Nikita Tsukanov
646db5b914
Initial working version of remoting
9 years ago
Nikita Tsukanov
d384a7f61a
Added .idea/* to .gitignore
9 years ago
Nikita Tsukanov
a2551d505b
Initial effort on Remote
9 years ago