-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Cootz/dev
Dev merge
- Loading branch information
Showing
294 changed files
with
14,028 additions
and
473 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 @@ | ||
{"Build":"0.4.355802\u002Bb2aeae2c0e41fbfed35df6ab2e88b82a0c11be2b","CurrentProject":"Passwords.csproj","EntryPoints":["Passwords.csproj"],"Properties":{}} |
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+17.8 KB
.vs/Passwords/FileContentIndex/4496dc75-f38b-4a7c-986e-090e984ca48f.vsidx
Binary file not shown.
Binary file added
BIN
+17.8 KB
.vs/Passwords/FileContentIndex/652546f9-3f06-497e-b0ae-af86d85cd992.vsidx
Binary file not shown.
Binary file added
BIN
+35.3 KB
.vs/Passwords/FileContentIndex/6f9e5db0-d4b9-44e7-9307-d6d09039421b.vsidx
Binary file not shown.
Binary file added
BIN
+10.6 KB
.vs/Passwords/FileContentIndex/882b66f8-43bb-491d-a670-2dee4547b28f.vsidx
Binary file not shown.
Binary file added
BIN
+3.42 KB
.vs/Passwords/FileContentIndex/a8c78205-8aca-43f2-ba2a-84222b9b318a.vsidx
Binary file not shown.
Binary file added
BIN
+51.5 KB
.vs/Passwords/FileContentIndex/acc82642-bb31-40dc-b717-8c652c056165.vsidx
Binary file not shown.
Binary file added
BIN
+13 KB
.vs/Passwords/FileContentIndex/d3d103a9-dc98-46cd-9a49-3d27ba1954c0.vsidx
Binary file not shown.
Binary file added
BIN
+5.09 KB
.vs/Passwords/FileContentIndex/d6aef0a6-6584-4cd2-8f8e-61072043c1b9.vsidx
Binary file not shown.
Empty file.
Binary file not shown.
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,82 @@ | ||
{ | ||
"$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json", | ||
"version": "2.1.0", | ||
"runs": [ | ||
{ | ||
"tool": { | ||
"driver": { | ||
"name": "Dependency Analysis", | ||
"semanticVersion": "0.4.355802", | ||
"informationUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview", | ||
"rules": [ | ||
{ | ||
"id": "UA106", | ||
"name": "PackageToBeAdded", | ||
"fullDescription": { | ||
"text": "Packages that need to be added in order to upgrade the project to chosen TFM" | ||
}, | ||
"helpUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview" | ||
} | ||
] | ||
} | ||
}, | ||
"results": [ | ||
{ | ||
"ruleId": "UA106", | ||
"message": { | ||
"text": "Package Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.355802 needs to be added." | ||
}, | ||
"locations": [ | ||
{ | ||
"physicalLocation": { | ||
"artifactLocation": { | ||
"uri": "file:///C:/Users/PC/Source/Repos/PasswordManager/Passwords/Passwords.csproj" | ||
}, | ||
"region": {} | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"ruleId": "UA106", | ||
"message": { | ||
"text": "Package Microsoft.Windows.Compatibility, Version=7.0.0 needs to be added." | ||
}, | ||
"locations": [ | ||
{ | ||
"physicalLocation": { | ||
"artifactLocation": { | ||
"uri": "file:///C:/Users/PC/Source/Repos/PasswordManager/Passwords/Passwords.csproj" | ||
}, | ||
"region": {} | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"columnKind": "utf16CodeUnits" | ||
}, | ||
{ | ||
"tool": { | ||
"driver": { | ||
"name": "API Upgradability", | ||
"semanticVersion": "0.4.355802", | ||
"informationUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview" | ||
} | ||
}, | ||
"results": [], | ||
"columnKind": "utf16CodeUnits" | ||
}, | ||
{ | ||
"tool": { | ||
"driver": { | ||
"name": "Component Analysis", | ||
"semanticVersion": "0.4.355802", | ||
"informationUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview" | ||
} | ||
}, | ||
"results": [], | ||
"columnKind": "utf16CodeUnits" | ||
} | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,28 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> | ||
|
||
<PropertyGroup> | ||
<OutputType>WinExe</OutputType> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<TargetFramework>net6.0-windows</TargetFramework> | ||
<UseWPF>true</UseWPF> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="EntityFramework.SqlServerCompact" Version="6.4.4" /> | ||
<PackageReference Include="FluentMigrator.Runner.SqlServerCe" Version="3.2.17" /> | ||
<PackageReference Include="FluentMigrator.Runner.SqlServerCe" Version="3.3.2" /> | ||
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.355802"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="7.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Compile Update="PDS.Designer.cs"> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>PDS.xsd</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Update="PDS.xsd"> | ||
<Generator>MSDataSetGenerator</Generator> | ||
<LastGenOutput>PDS.Designer.cs</LastGenOutput> | ||
</None> | ||
</ItemGroup> | ||
|
||
</Project> |
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
File renamed without changes.
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
Binary file not shown.
Binary file added
BIN
+283 KB
Passwords/bin/Debug/net6.0-windows/EntityFramework.SqlServerCompact.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+14.5 KB
Passwords/bin/Debug/net6.0-windows/FluentMigrator.Extensions.SqlServer.dll
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+54.5 KB
Passwords/bin/Debug/net6.0-windows/FluentMigrator.Runner.SqlServer.dll
Binary file not shown.
Binary file added
BIN
+20 KB
Passwords/bin/Debug/net6.0-windows/FluentMigrator.Runner.SqlServerCe.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+20 KB
Passwords/bin/Debug/net6.0-windows/Microsoft.Extensions.Configuration.Abstractions.dll
Binary file not shown.
Binary file added
BIN
+35.5 KB
Passwords/bin/Debug/net6.0-windows/Microsoft.Extensions.DependencyInjection.Abstractions.dll
Binary file not shown.
Binary file added
BIN
+43.5 KB
Passwords/bin/Debug/net6.0-windows/Microsoft.Extensions.DependencyInjection.dll
Binary file not shown.
Binary file added
BIN
+45.5 KB
Passwords/bin/Debug/net6.0-windows/Microsoft.Extensions.Logging.Abstractions.dll
Binary file not shown.
Binary file added
BIN
+20.9 KB
Passwords/bin/Debug/net6.0-windows/Microsoft.Extensions.ObjectPool.dll
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+32.5 KB
Passwords/bin/Debug/net6.0-windows/Microsoft.Extensions.Primitives.dll
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+61.4 KB
Passwords/bin/Debug/net6.0-windows/Microsoft.IdentityModel.JsonWebTokens.dll
Binary file not shown.
Binary file added
BIN
+24.4 KB
Passwords/bin/Debug/net6.0-windows/Microsoft.IdentityModel.Logging.dll
Binary file not shown.
Binary file added
BIN
+106 KB
Passwords/bin/Debug/net6.0-windows/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
Binary file not shown.
Binary file added
BIN
+31.9 KB
Passwords/bin/Debug/net6.0-windows/Microsoft.IdentityModel.Protocols.dll
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+21.6 KB
Passwords/bin/Debug/net6.0-windows/Microsoft.Win32.Registry.AccessControl.dll
Binary file not shown.
Binary file not shown.
Oops, something went wrong.