-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump DBus stack - Use new Variant system * Fix merge issues * Intentionally break the DBus spec * Dispose DBus connection and signal watchers * Bump Tmds,DBus.Protocol * Dispose DBus objects correctly * Use PathHandler for DBus objects * Revert to old initialization * Bump DBus packages * Fix global menu * Add comment about wrapped variants * Bump Tmds.DBus.SourceGenerator * Update api baseline * Bump Tmds.DBus stack --------- Co-authored-by: Max Katz <maxkatz6@outlook.com>
- Loading branch information
1 parent
6d10a68
commit 1d9a018
Showing
10 changed files
with
174 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/diagnostic-ids --> | ||
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Tmds.DBus.SourceGenerator.PropertyChanges`1</Target> | ||
<Left>baseline/netstandard2.0/Avalonia.FreeDesktop.dll</Left> | ||
<Right>target/netstandard2.0/Avalonia.FreeDesktop.dll</Right> | ||
</Suppression> | ||
</Suppressions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.