优化一些已知问题
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -14,7 +14,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp1")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+86879565e8f424e9013c0b2259364706fd421682")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fbcc6cc2a428b839e5aee570bda699033600f4fb")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("WpfApp1")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp1")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
@@ -1 +1 @@
|
||||
382d52c58ebd7e96a925d6b1397508bd3251bae9540fe034ac73f85983817f4d
|
||||
b1eca1d071b113b974a0fc47169ba7fe592231292cce69dc1ebbb3afc6af3502
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,122 @@
|
||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E1E23176D0D18CFB03C2617675B6171F9C6BC0EC"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Controls.Ribbon;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using YwxAppWpfBarrage.Controls;
|
||||
|
||||
|
||||
namespace WpfApp1 {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MainWindow
|
||||
/// </summary>
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 19 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal YwxAppWpfBarrage.Controls.BarrageControl BarrageControl;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.3.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/WpfApp1;V1.0.0.0;component/mainwindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\MainWindow.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.3.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.BarrageControl = ((YwxAppWpfBarrage.Controls.BarrageControl)(target));
|
||||
return;
|
||||
case 2:
|
||||
|
||||
#line 22 "..\..\..\MainWindow.xaml"
|
||||
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.PauseButton_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 3:
|
||||
|
||||
#line 23 "..\..\..\MainWindow.xaml"
|
||||
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ResumeButton_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 4:
|
||||
|
||||
#line 24 "..\..\..\MainWindow.xaml"
|
||||
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ClearButton_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 5:
|
||||
|
||||
#line 25 "..\..\..\MainWindow.xaml"
|
||||
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp1")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+07479c8c6b5d1bc1a226e3f92169457cefc591c0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fbcc6cc2a428b839e5aee570bda699033600f4fb")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("WpfApp1")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp1")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
@@ -1 +1 @@
|
||||
29dbf76db50ae405a4c1163e544ff28dfe0654e089379128e7499a0c5aa0a08b
|
||||
56745f2373bd6ca2856ab27e931f7f46d0252ac3c28b137354178ab0578cdc7c
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = WpfApp1
|
||||
build_property.ProjectDir = D:\repos\YwxAppWpfDanMu\WpfApp1\
|
||||
build_property.ProjectDir = D:\repos\YwxAppWpfBarrage\WpfApp1\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,20 @@
|
||||
WpfApp1
|
||||
1.0.0.0
|
||||
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
D:\repos\YwxAppWpfBarrage\WpfApp1\obj\Release\net8.0-windows\
|
||||
WpfApp1
|
||||
none
|
||||
false
|
||||
TRACE;RELEASE;NET;NET8_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER
|
||||
D:\repos\YwxAppWpfBarrage\WpfApp1\App.xaml
|
||||
11407045341
|
||||
|
||||
6-2046776699
|
||||
199-1211146233
|
||||
MainWindow.xaml;
|
||||
|
||||
False
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "hbQfOahjmjM=",
|
||||
"success": true,
|
||||
"projectFilePath": "D:\\repos\\YwxAppWpfBarrage\\WpfApp1\\WpfApp1.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<History>True|2025-03-29T11:47:24.3486362Z||;True|2025-03-29T17:33:52.6402455+08:00||;</History>
|
||||
<History>True|2025-03-29T12:05:03.1142402Z||;True|2025-03-29T19:47:24.3486362+08:00||;True|2025-03-29T17:33:52.6402455+08:00||;</History>
|
||||
<LastFailureDetails />
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<_LastSelectedProfileId>D:\repos\YwxAppWpfDanMu\YwxAppWpfDanMu\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
|
||||
<_LastSelectedProfileId>D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Update="Controls\BarrageControl.xaml.cs">
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -14,7 +14,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("YwxAppWpfBarrage")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+72ae1ece9fd8f68002e253034546c54b9da31c77")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fbcc6cc2a428b839e5aee570bda699033600f4fb")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("YwxAppWpfBarrage")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("YwxAppWpfBarrage")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
@@ -1 +1 @@
|
||||
4897b04bc9dbf3a512a691b8f2bf3667b95e2bf0c017d23115f24e34560c36f6
|
||||
d37bd2a518f2809061d1dedd8744b126c035252f36d59a44943aec666467a307
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\bin\Release\net8.0-windows\publish\YwxAppWpfBarrage.dll
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\bin\Release\net8.0-windows\publish\YwxAppWpfBarrage.deps.json
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\bin\Release\net8.0-windows\publish\YwxAppWpfBarrage.pdb
|
||||
@@ -14,7 +14,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("YwxAppWpfBarrage")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+07479c8c6b5d1bc1a226e3f92169457cefc591c0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fbcc6cc2a428b839e5aee570bda699033600f4fb")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("YwxAppWpfBarrage")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("YwxAppWpfBarrage")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
086a088e16427eb3a074a0865f42ef617030d7fa3c93b7cd7dfdd0944d03f477
|
||||
5db814bc400acbe4ef3f5509604661d88fea198da0a9139b7f8c1e0720915753
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = YwxAppWpfBarrage
|
||||
build_property.ProjectDir = D:\repos\YwxAppWpfDanMu\YwxAppWpfDanMu\
|
||||
build_property.ProjectDir = D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
|
||||
Binary file not shown.
+1
-1
@@ -1 +1 @@
|
||||
77eefaa5e38a18a3f3f490568a066ebc02c4bcd76f4cc64b5e910a48be303386
|
||||
e0f70ec671d7e37ed2175cd85714ae5b784cffb30b8fc51121db785e2a439586
|
||||
|
||||
+17
@@ -15,3 +15,20 @@ D:\repos\YwxAppWpfDanMu\YwxAppWpfDanMu\obj\Release\net8.0-windows\YwxAppWpfBarra
|
||||
D:\repos\YwxAppWpfDanMu\YwxAppWpfDanMu\obj\Release\net8.0-windows\refint\YwxAppWpfBarrage.dll
|
||||
D:\repos\YwxAppWpfDanMu\YwxAppWpfDanMu\obj\Release\net8.0-windows\YwxAppWpfBarrage.pdb
|
||||
D:\repos\YwxAppWpfDanMu\YwxAppWpfDanMu\obj\Release\net8.0-windows\ref\YwxAppWpfBarrage.dll
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\bin\Release\net8.0-windows\YwxAppWpfBarrage.deps.json
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\bin\Release\net8.0-windows\YwxAppWpfBarrage.dll
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\bin\Release\net8.0-windows\YwxAppWpfBarrage.pdb
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\Controls\BarrageControl.baml
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\Controls\BarrageItem.baml
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\Controls\BarrageControl.g.cs
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\Controls\BarrageItem.g.cs
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\YwxAppWpfBarrage_MarkupCompile.cache
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\YwxAppWpfBarrage.g.resources
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\YwxAppWpfBarrage.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\YwxAppWpfBarrage.AssemblyInfoInputs.cache
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\YwxAppWpfBarrage.AssemblyInfo.cs
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\YwxAppWpfBarrage.csproj.CoreCompileInputs.cache
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\YwxAppWpfBarrage.dll
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\refint\YwxAppWpfBarrage.dll
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\YwxAppWpfBarrage.pdb
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\ref\YwxAppWpfBarrage.dll
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -4,7 +4,7 @@
|
||||
library
|
||||
C#
|
||||
.cs
|
||||
D:\repos\YwxAppWpfDanMu\YwxAppWpfDanMu\obj\Release\net8.0-windows\
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\
|
||||
YwxAppWpfBarrage
|
||||
none
|
||||
false
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
library
|
||||
C#
|
||||
.cs
|
||||
D:\repos\YwxAppWpfDanMu\YwxAppWpfDanMu\obj\Release\net8.0-windows\
|
||||
D:\repos\YwxAppWpfBarrage\YwxAppWpfBarrage\obj\Release\net8.0-windows\
|
||||
YwxAppWpfBarrage
|
||||
none
|
||||
false
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "4JZOwe1O9+M=",
|
||||
"success": true,
|
||||
"projectFilePath": "D:\\repos\\YwxAppWpfBarrage\\YwxAppWpfBarrage\\YwxAppWpfBarrage.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
Reference in New Issue
Block a user