-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHANGE - Upgrade from .NET6 to .NET7. CHANGE - All multi-line strings to new raw string literals.
- Loading branch information
1 parent
8e2b7fe
commit c115bc6
Showing
18 changed files
with
1,182 additions
and
85 deletions.
There are no files selected for viewing
Binary file modified
BIN
+36.4 KB
(120%)
Slackord_Mac_Linux/.vs/ProjectEvaluation/slackord.metadata.v5.1
Binary file not shown.
Binary file modified
BIN
+343 KB
(310%)
Slackord_Mac_Linux/.vs/ProjectEvaluation/slackord.projects.v5.1
Binary file not shown.
Binary file modified
BIN
+2.38 KB
(100%)
Slackord_Mac_Linux/.vs/Slackord/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
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
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
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,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<_LastSelectedProfileId>Z:\Development\Git Repositories\Slackord2\Slackord_Mac_Linux\Slackord\Properties\PublishProfiles\Linux x64.pubxml</_LastSelectedProfileId> | ||
<_LastSelectedProfileId>Z:\Development\Git Repositories\Slackord2\Slackord_Mac_Linux\Slackord\Properties\PublishProfiles\Mac OSx x64.pubxml</_LastSelectedProfileId> | ||
</PropertyGroup> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
{ | ||
"$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.336902", | ||
"informationUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview", | ||
"rules": [ | ||
{ | ||
"id": "UA105", | ||
"name": "PackageToBeDeleted", | ||
"fullDescription": { | ||
"text": "Packages that need to be deleted in order to upgrade the project to chosen TFM" | ||
}, | ||
"helpUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview" | ||
}, | ||
{ | ||
"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": "UA105", | ||
"message": { | ||
"text": "Package Discord.Net.Core needs to be removed as its a transitive dependency that is not required" | ||
}, | ||
"locations": [ | ||
{ | ||
"physicalLocation": { | ||
"artifactLocation": { | ||
"uri": "file:///Z:/Development/Git%20Repositories/Slackord2/Slackord_Win/Slackord/Slackord.csproj" | ||
}, | ||
"region": {} | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"ruleId": "UA105", | ||
"message": { | ||
"text": "Package Discord.Net.WebSocket, Version=3.8.1 needs to be deleted." | ||
}, | ||
"locations": [ | ||
{ | ||
"physicalLocation": { | ||
"artifactLocation": { | ||
"uri": "file:///Z:/Development/Git%20Repositories/Slackord2/Slackord_Win/Slackord/Slackord.csproj" | ||
}, | ||
"region": {} | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"ruleId": "UA106", | ||
"message": { | ||
"text": "Package Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.355802 needs to be added." | ||
}, | ||
"locations": [ | ||
{ | ||
"physicalLocation": { | ||
"artifactLocation": { | ||
"uri": "file:///Z:/Development/Git%20Repositories/Slackord2/Slackord_Win/Slackord/Slackord.csproj" | ||
}, | ||
"region": {} | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"ruleId": "UA106", | ||
"message": { | ||
"text": "Package Microsoft.Windows.Compatibility, Version=7.0.0 needs to be added." | ||
}, | ||
"locations": [ | ||
{ | ||
"physicalLocation": { | ||
"artifactLocation": { | ||
"uri": "file:///Z:/Development/Git%20Repositories/Slackord2/Slackord_Win/Slackord/Slackord.csproj" | ||
}, | ||
"region": {} | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"columnKind": "utf16CodeUnits" | ||
}, | ||
{ | ||
"tool": { | ||
"driver": { | ||
"name": "API Upgradability", | ||
"semanticVersion": "0.4.336902", | ||
"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
Oops, something went wrong.