-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade .net 8 * disable central package management * move away from obsolete notification api methods
- Loading branch information
1 parent
3cf94e8
commit 6c0d965
Showing
115 changed files
with
2,668 additions
and
6,006 deletions.
There are no files selected for viewing
2,704 changes: 0 additions & 2,704 deletions
2,704
AdminWebsite/AdminWebsite.AcceptanceTests/packages.lock.json
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// Global using directives | ||
|
||
global using System; | ||
global using NUnit.Framework; | ||
global using NUnit.Framework.Legacy; |
4 changes: 1 addition & 3 deletions
4
AdminWebsite/AdminWebsite.IntegrationTests/Helper/ApiUriFactory.cs
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,4 @@ | ||
using System; | ||
|
||
namespace Testing.Common | ||
namespace Testing.Common | ||
{ | ||
public class ApiUriFactory | ||
{ | ||
|
1 change: 0 additions & 1 deletion
1
AdminWebsite/AdminWebsite.IntegrationTests/Helper/BearerTokenBuilder.cs
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
3 changes: 1 addition & 2 deletions
3
AdminWebsite/AdminWebsite.IntegrationTests/Helper/MockBackchannel.cs
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
1 change: 0 additions & 1 deletion
1
AdminWebsite/AdminWebsite.IntegrationTests/Services/UserAccountServiceTests.cs
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.