committed by
GitHub
1167 changed files with 31511 additions and 17657 deletions
@ -1,32 +0,0 @@ |
|||
--- |
|||
name: Bug report |
|||
about: Create a report to help us improve Avalonia |
|||
title: '' |
|||
labels: bug |
|||
assignees: '' |
|||
--- |
|||
|
|||
## Describe the bug |
|||
A clear and concise description of what the bug is. |
|||
|
|||
## To Reproduce |
|||
Steps to reproduce the behavior: |
|||
|
|||
1. Go to '...' |
|||
2. Click on '....' |
|||
3. Scroll down to '....' |
|||
4. See error |
|||
|
|||
## Expected behavior |
|||
A clear and concise description of what you expected to happen. |
|||
|
|||
## Screenshots |
|||
If applicable, add screenshots to help explain your problem. |
|||
|
|||
## Environment <!-- (please complete the following information): --> |
|||
|
|||
- OS: [e.g. Windows, Mac, Linux (State distribution), Android, iOS, Browser] |
|||
- Avalonia-Version: [e.g. 11.x.y or 0.10.x] |
|||
|
|||
## Additional context |
|||
Add any other context about the problem here. |
|||
@ -0,0 +1,50 @@ |
|||
name: Bug Report |
|||
description: File a bug report |
|||
labels: ["bug"] |
|||
body: |
|||
- type: textarea |
|||
id: what-happened |
|||
attributes: |
|||
label: Describe the bug |
|||
description: A clear and concise description of what the bug is. |
|||
validations: |
|||
required: true |
|||
- type: textarea |
|||
id: steps |
|||
attributes: |
|||
label: To Reproduce |
|||
description: Steps to reproduce the behavior. |
|||
validations: |
|||
required: true |
|||
- type: textarea |
|||
id: what-expected |
|||
attributes: |
|||
label: Expected behavior |
|||
description: A clear and concise description of what you expected to happen. |
|||
- type: input |
|||
id: avalonia-version |
|||
attributes: |
|||
label: Avalonia version |
|||
placeholder: e.g. 11.0.9, 11.1.0 |
|||
validations: |
|||
required: true |
|||
- type: dropdown |
|||
id: os |
|||
attributes: |
|||
label: OS |
|||
multiple: true |
|||
options: |
|||
- Windows |
|||
- macOS |
|||
- Linux |
|||
- WebAssembly |
|||
- Android |
|||
- iOS |
|||
- Tizen |
|||
- type: textarea |
|||
id: additional-info |
|||
attributes: |
|||
label: Additional context |
|||
description: | |
|||
Add any other context about the problem here. |
|||
If applicable, add screenshots to help explain your problem. |
|||
@ -1,19 +0,0 @@ |
|||
--- |
|||
name: Feature request |
|||
about: Suggest an idea for this project |
|||
title: '' |
|||
labels: enhancement |
|||
assignees: '' |
|||
--- |
|||
|
|||
## Is your feature request related to a problem? Please describe. |
|||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] |
|||
|
|||
## Describe the solution you'd like |
|||
A clear and concise description of what you want to happen. |
|||
|
|||
## Describe alternatives you've considered |
|||
A clear and concise description of any alternative solutions or features you've considered. |
|||
|
|||
## Additional context |
|||
Add any other context or screenshots about the feature request here. |
|||
@ -0,0 +1,28 @@ |
|||
name: Feature request |
|||
description: Suggest an idea for this project |
|||
labels: ["enhancement"] |
|||
body: |
|||
- type: textarea |
|||
id: problem |
|||
attributes: |
|||
label: Is your feature request related to a problem? Please describe. |
|||
description: A clear and concise description of what the problem is. |
|||
validations: |
|||
required: true |
|||
- type: textarea |
|||
id: solution |
|||
attributes: |
|||
label: Describe the solution you'd like |
|||
description: A clear and concise description of what you want to happen. |
|||
validations: |
|||
required: true |
|||
- type: textarea |
|||
id: alternatives |
|||
attributes: |
|||
label: Describe alternatives you've considered |
|||
description: A clear and concise description of any alternative solutions or features you've considered. |
|||
- type: textarea |
|||
id: additional-context |
|||
attributes: |
|||
label: Additional context |
|||
description: Add any other context or screenshots about the feature request here. |
|||
@ -0,0 +1,22 @@ |
|||
name: "Avalonia CLA Bot" |
|||
on: |
|||
issue_comment: |
|||
types: [created] |
|||
pull_request_target: |
|||
types: [opened,closed,synchronize] |
|||
|
|||
jobs: |
|||
Runner: |
|||
runs-on: ubuntu-latest |
|||
steps: |
|||
- name: 'Clone bot repo' |
|||
if: github.event.issue.pull_request && ((github.event.comment.user.login != 'cla-avalonia') || github.event_name == 'pull_request_target') |
|||
run : | |
|||
rm -rf ./github-action/ |
|||
git clone https://${{ secrets.CLA_PAT }}:@github.com/AvaloniaUI/AvaloniaCLABot --branch=main --depth=1 --recursive CLABot |
|||
|
|||
- name: "Run CLA bot" |
|||
if: github.event.issue.pull_request && ((github.event.comment.user.login != 'cla-avalonia') || github.event_name == 'pull_request_target') |
|||
uses: ./CLABot |
|||
env: |
|||
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_PAT }} |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = netstandard2.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0-android34.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0-browser</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0-browser</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net472</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = netstandard2.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = netstandard2.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net462</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = netstandard2.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0-windows</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +0,0 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<InstrumentOutputAssembly>False</InstrumentOutputAssembly> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<AdditionalFilesToIncludeForProject> |
|||
<Value>..\Avalonia.Themes.Fluent\Strings\InvariantResources.xaml</Value> |
|||
</AdditionalFilesToIncludeForProject> |
|||
<InstrumentOutputAssembly>False</InstrumentOutputAssembly> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<AdditionalFilesToIncludeForProject> |
|||
<Value>..\Avalonia.Themes.Fluent\Strings\InvariantResources.xaml</Value> |
|||
</AdditionalFilesToIncludeForProject> |
|||
<InstrumentOutputAssembly>False</InstrumentOutputAssembly> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0-tizen</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = netstandard2.0</Value> |
|||
</CustomBuildProperties> |
|||
<XUnit2Enabled>False</XUnit2Enabled> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0-windows</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = netstandard2.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<HiddenComponentWarnings> |
|||
<Value>DerivedFilesIncludedInWorkspace</Value> |
|||
</HiddenComponentWarnings> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0-android34.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0-browser</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0-browser</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net461</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0-tizen</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0-ios17.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = netstandard2.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = netstandard2.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,7 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = netstandard2.0</Value> |
|||
</CustomBuildProperties> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = netstandard2.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = netstandard2.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0-android34.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0-ios17.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net7.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -0,0 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net7.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +0,0 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +0,0 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0-windows</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,5 +1,8 @@ |
|||
<ProjectConfiguration> |
|||
<Settings> |
|||
<CustomBuildProperties> |
|||
<Value>TargetFramework = net8.0</Value> |
|||
</CustomBuildProperties> |
|||
<IgnoreThisComponentCompletely>True</IgnoreThisComponentCompletely> |
|||
</Settings> |
|||
</ProjectConfiguration> |
|||
@ -1,12 +1,13 @@ |
|||
<Project> |
|||
<Import Project="$(MSBuildThisFileDirectory)/build/AvaloniaPublicKey.props"/> |
|||
<Import Project="$(MSBuildThisFileDirectory)/build/TargetFrameworks.props"/> |
|||
<Import Project="$(MSBuildThisFileDirectory)/build/WarnAsErrors.props" /> |
|||
<PropertyGroup> |
|||
<PackageOutputPath Condition="'$(PackageOutputPath)' == ''">$(MSBuildThisFileDirectory)build-intermediate/nuget</PackageOutputPath> |
|||
<AvaloniaPreviewerNetCoreToolPath>$(MSBuildThisFileDirectory)\src\tools\Avalonia.Designer.HostApp\bin\$(Configuration)\netstandard2.0\Avalonia.Designer.HostApp.dll</AvaloniaPreviewerNetCoreToolPath> |
|||
<!-- https://github.com/dotnet/msbuild/issues/2661 --> |
|||
<AddSyntheticProjectReferencesForSolutionDependencies>false</AddSyntheticProjectReferencesForSolutionDependencies> |
|||
<MSBuildEnableWorkloadResolver>false</MSBuildEnableWorkloadResolver> |
|||
<RunApiCompat>False</RunApiCompat> |
|||
<LangVersion>11</LangVersion> |
|||
<LangVersion>12</LangVersion> |
|||
</PropertyGroup> |
|||
</Project> |
|||
|
|||
@ -1,184 +0,0 @@ |
|||
<StyleCopSettings Version="105"> |
|||
<Analyzers> |
|||
<Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules"> |
|||
<Rules> |
|||
<Rule Name="ElementsMustBeDocumented"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="PartialElementsMustBeDocumented"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="EnumerationItemsMustBeDocumented"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="DocumentationMustContainValidXml"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="ElementDocumentationMustHaveSummary"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="PartialElementDocumentationMustHaveSummary"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="ElementDocumentationMustHaveSummaryText"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="PartialElementDocumentationMustHaveSummaryText"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="ElementDocumentationMustNotHaveDefaultSummary"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="ElementParametersMustBeDocumented"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="ElementParameterDocumentationMustMatchElementParameters"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="ElementParameterDocumentationMustDeclareParameterName"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="ElementParameterDocumentationMustHaveText"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="ElementReturnValueMustBeDocumented"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="ElementReturnValueDocumentationMustHaveText"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="VoidReturnValueMustNotBeDocumented"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="GenericTypeParametersMustBeDocumented"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="GenericTypeParametersMustBeDocumentedPartialClass"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="GenericTypeParameterDocumentationMustMatchTypeParameters"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="GenericTypeParameterDocumentationMustDeclareParameterName"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="GenericTypeParameterDocumentationMustHaveText"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="PropertySummaryDocumentationMustMatchAccessors"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="PropertySummaryDocumentationMustOmitSetAccessorWithRestrictedAccess"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="ElementDocumentationMustNotBeCopiedAndPasted"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="SingleLineCommentsMustNotUseDocumentationStyleSlashes"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="DocumentationTextMustNotBeEmpty"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="DocumentationTextMustContainWhitespace"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="DocumentationMustMeetCharacterPercentage"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="ConstructorSummaryDocumentationMustBeginWithStandardText"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="DestructorSummaryDocumentationMustBeginWithStandardText"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="DocumentationHeadersMustNotContainBlankLines"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="IncludedDocumentationXPathDoesNotExist"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="IncludeNodeDoesNotContainValidFileAndPath"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="InheritDocMustBeUsedWithInheritingClass"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
<Rule Name="ElementDocumentationMustBeSpelledCorrectly"> |
|||
<RuleSettings> |
|||
<BooleanProperty Name="Enabled">False</BooleanProperty> |
|||
</RuleSettings> |
|||
</Rule> |
|||
</Rules> |
|||
<AnalyzerSettings /> |
|||
</Analyzer> |
|||
</Analyzers> |
|||
</StyleCopSettings> |
|||
@ -0,0 +1,94 @@ |
|||
<?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:Avalonia.Android.Internal.Resource.Animation</Target> |
|||
<Left>baseline/net6.0-android31.0/Avalonia.Android.dll</Left> |
|||
<Right>target/net8.0-android34.0/Avalonia.Android.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:Avalonia.Android.Internal.Resource.Animator</Target> |
|||
<Left>baseline/net6.0-android31.0/Avalonia.Android.dll</Left> |
|||
<Right>target/net8.0-android34.0/Avalonia.Android.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:Avalonia.Android.Internal.Resource.Attribute</Target> |
|||
<Left>baseline/net6.0-android31.0/Avalonia.Android.dll</Left> |
|||
<Right>target/net8.0-android34.0/Avalonia.Android.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:Avalonia.Android.Internal.Resource.Boolean</Target> |
|||
<Left>baseline/net6.0-android31.0/Avalonia.Android.dll</Left> |
|||
<Right>target/net8.0-android34.0/Avalonia.Android.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:Avalonia.Android.Internal.Resource.Color</Target> |
|||
<Left>baseline/net6.0-android31.0/Avalonia.Android.dll</Left> |
|||
<Right>target/net8.0-android34.0/Avalonia.Android.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:Avalonia.Android.Internal.Resource.Dimension</Target> |
|||
<Left>baseline/net6.0-android31.0/Avalonia.Android.dll</Left> |
|||
<Right>target/net8.0-android34.0/Avalonia.Android.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:Avalonia.Android.Internal.Resource.Drawable</Target> |
|||
<Left>baseline/net6.0-android31.0/Avalonia.Android.dll</Left> |
|||
<Right>target/net8.0-android34.0/Avalonia.Android.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:Avalonia.Android.Internal.Resource.Id</Target> |
|||
<Left>baseline/net6.0-android31.0/Avalonia.Android.dll</Left> |
|||
<Right>target/net8.0-android34.0/Avalonia.Android.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:Avalonia.Android.Internal.Resource.Integer</Target> |
|||
<Left>baseline/net6.0-android31.0/Avalonia.Android.dll</Left> |
|||
<Right>target/net8.0-android34.0/Avalonia.Android.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:Avalonia.Android.Internal.Resource.Interpolator</Target> |
|||
<Left>baseline/net6.0-android31.0/Avalonia.Android.dll</Left> |
|||
<Right>target/net8.0-android34.0/Avalonia.Android.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:Avalonia.Android.Internal.Resource.Layout</Target> |
|||
<Left>baseline/net6.0-android31.0/Avalonia.Android.dll</Left> |
|||
<Right>target/net8.0-android34.0/Avalonia.Android.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:Avalonia.Android.Internal.Resource.String</Target> |
|||
<Left>baseline/net6.0-android31.0/Avalonia.Android.dll</Left> |
|||
<Right>target/net8.0-android34.0/Avalonia.Android.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:Avalonia.Android.Internal.Resource.Style</Target> |
|||
<Left>baseline/net6.0-android31.0/Avalonia.Android.dll</Left> |
|||
<Right>target/net8.0-android34.0/Avalonia.Android.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:Avalonia.Android.Internal.Resource.Styleable</Target> |
|||
<Left>baseline/net6.0-android31.0/Avalonia.Android.dll</Left> |
|||
<Right>target/net8.0-android34.0/Avalonia.Android.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0007</DiagnosticId> |
|||
<Target>T:Avalonia.Android.Internal.Resource</Target> |
|||
<Left>baseline/net6.0-android31.0/Avalonia.Android.dll</Left> |
|||
<Right>target/net8.0-android34.0/Avalonia.Android.dll</Right> |
|||
</Suppression> |
|||
</Suppressions> |
|||
@ -0,0 +1,22 @@ |
|||
<?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>CP0002</DiagnosticId> |
|||
<Target>M:Avalonia.Browser.AvaloniaView.get_IsComposing</Target> |
|||
<Left>baseline/net7.0/Avalonia.Browser.dll</Left> |
|||
<Right>target/net8.0-browser1.0/Avalonia.Browser.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0002</DiagnosticId> |
|||
<Target>M:Avalonia.Browser.AvaloniaView.OnDragEvent(System.Runtime.InteropServices.JavaScript.JSObject)</Target> |
|||
<Left>baseline/net7.0/Avalonia.Browser.dll</Left> |
|||
<Right>target/net8.0-browser1.0/Avalonia.Browser.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0008</DiagnosticId> |
|||
<Target>T:Avalonia.Browser.AvaloniaView</Target> |
|||
<Left>baseline/net7.0/Avalonia.Browser.dll</Left> |
|||
<Right>target/net8.0-browser1.0/Avalonia.Browser.dll</Right> |
|||
</Suppression> |
|||
</Suppressions> |
|||
@ -0,0 +1,16 @@ |
|||
<?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:CompiledAvaloniaXaml.!AvaloniaResources.NamespaceInfo:/Themes/Fluent.xaml</Target> |
|||
<Left>baseline/netstandard2.0/Avalonia.Controls.DataGrid.dll</Left> |
|||
<Right>target/netstandard2.0/Avalonia.Controls.DataGrid.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:CompiledAvaloniaXaml.!AvaloniaResources.NamespaceInfo:/Themes/Simple.xaml</Target> |
|||
<Left>baseline/netstandard2.0/Avalonia.Controls.DataGrid.dll</Left> |
|||
<Right>target/netstandard2.0/Avalonia.Controls.DataGrid.dll</Right> |
|||
</Suppression> |
|||
</Suppressions> |
|||
@ -1,10 +1,64 @@ |
|||
<?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:CompiledAvaloniaXaml.!AvaloniaResources.NamespaceInfo:/Diagnostics/Controls/BrushEditor.axaml</Target> |
|||
<Left>baseline/netstandard2.0/Avalonia.Diagnostics.dll</Left> |
|||
<Right>target/netstandard2.0/Avalonia.Diagnostics.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:CompiledAvaloniaXaml.!AvaloniaResources.NamespaceInfo:/Diagnostics/Controls/FilterTextBox.axaml</Target> |
|||
<Left>baseline/netstandard2.0/Avalonia.Diagnostics.dll</Left> |
|||
<Right>target/netstandard2.0/Avalonia.Diagnostics.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:CompiledAvaloniaXaml.!AvaloniaResources.NamespaceInfo:/Diagnostics/Controls/ThicknessEditor.axaml</Target> |
|||
<Left>baseline/netstandard2.0/Avalonia.Diagnostics.dll</Left> |
|||
<Right>target/netstandard2.0/Avalonia.Diagnostics.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:CompiledAvaloniaXaml.!AvaloniaResources.NamespaceInfo:/Diagnostics/Views/ConsoleView.xaml</Target> |
|||
<Left>baseline/netstandard2.0/Avalonia.Diagnostics.dll</Left> |
|||
<Right>target/netstandard2.0/Avalonia.Diagnostics.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:CompiledAvaloniaXaml.!AvaloniaResources.NamespaceInfo:/Diagnostics/Views/ControlDetailsView.xaml</Target> |
|||
<Left>baseline/netstandard2.0/Avalonia.Diagnostics.dll</Left> |
|||
<Right>target/netstandard2.0/Avalonia.Diagnostics.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:CompiledAvaloniaXaml.!AvaloniaResources.NamespaceInfo:/Diagnostics/Views/EventsPageView.xaml</Target> |
|||
<Left>baseline/netstandard2.0/Avalonia.Diagnostics.dll</Left> |
|||
<Right>target/netstandard2.0/Avalonia.Diagnostics.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:CompiledAvaloniaXaml.!AvaloniaResources.NamespaceInfo:/Diagnostics/Views/LayoutExplorerView.axaml</Target> |
|||
<Left>baseline/netstandard2.0/Avalonia.Diagnostics.dll</Left> |
|||
<Right>target/netstandard2.0/Avalonia.Diagnostics.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:CompiledAvaloniaXaml.!AvaloniaResources.NamespaceInfo:/Diagnostics/Views/MainView.xaml</Target> |
|||
<Left>baseline/netstandard2.0/Avalonia.Diagnostics.dll</Left> |
|||
<Right>target/netstandard2.0/Avalonia.Diagnostics.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:CompiledAvaloniaXaml.!AvaloniaResources.NamespaceInfo:/Diagnostics/Views/MainWindow.xaml</Target> |
|||
<Left>baseline/netstandard2.0/Avalonia.Diagnostics.dll</Left> |
|||
<Right>target/netstandard2.0/Avalonia.Diagnostics.dll</Right> |
|||
</Suppression> |
|||
<Suppression> |
|||
<DiagnosticId>CP0001</DiagnosticId> |
|||
<Target>T:CompiledAvaloniaXaml.!AvaloniaResources.NamespaceInfo:/Diagnostics/Views/TreePageView.xaml</Target> |
|||
<Left>baseline/netstandard2.0/Avalonia.Diagnostics.dll</Left> |
|||
<Right>target/netstandard2.0/Avalonia.Diagnostics.dll</Right> |
|||
</Suppression> |
|||
</Suppressions> |
|||
@ -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>CP0006</DiagnosticId> |
|||
<Target>M:Avalonia.Skia.ISkiaSharpApiLease.TryLeasePlatformGraphicsApi</Target> |
|||
<Left>baseline/netstandard2.0/Avalonia.Skia.dll</Left> |
|||
<Right>target/netstandard2.0/Avalonia.Skia.dll</Right> |
|||
</Suppression> |
|||
</Suppressions> |
|||
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue