-
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.
Browse files
Browse the repository at this point in the history
* add ApiKey to appsettings.json in tests * apply naming suggestions by Rider IDE * inject mocked IJSRuntime * HttpMethod should be String not type HttpMethod * wip fixing tests * simple fix * fix tests * cleanup * cleanup * test cleanup * more cleanup * restore file * ci: dotnet formatting * simplify job * test break formatting * fix format * dotnet format * fixing warnings * fix warnings * 5 warnings * ci: Code formatting (#7) * ci: dotnet formatting * simplify job * test break formatting * fix format * dotnet format * fix acronym formatting * dotnet format * refactor: remove .NetCore from Raygun.NetCore.Blazor * WIP * fix visibility after refactor * more refactor * fix merge errors * docs: update README.md
- Loading branch information
1 parent
e0444c2
commit 37659e7
Showing
76 changed files
with
147 additions
and
130 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
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
2 changes: 1 addition & 1 deletion
2
src/Raygun.NetCore.Blazor.Server/Class1.cs → src/Raygun.Blazor.Server/Class1.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,4 +1,4 @@ | ||
namespace Raygun.NetCore.Blazor.Server | ||
namespace Raygun.Blazor.Server | ||
{ | ||
/// <summary> | ||
/// | ||
|
2 changes: 1 addition & 1 deletion
2
...erver/Extensions/HostBuilderExtensions.cs → ...erver/Extensions/HostBuilderExtensions.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,4 +1,4 @@ | ||
namespace Raygun.NetCore.Blazor.Server.Extensions | ||
namespace Raygun.Blazor.Server.Extensions | ||
{ | ||
|
||
/// <summary> | ||
|
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
11 changes: 4 additions & 7 deletions
11
...bAssembly/Controls/RaygunErrorBoundary.cs → ...bAssembly/Controls/RaygunErrorBoundary.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
6 changes: 4 additions & 2 deletions
6
...sions/WebAssemblyHostBuilderExtensions.cs → ...sions/WebAssemblyHostBuilderExtensions.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
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
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: 2 additions & 1 deletion
3
...xtensions/EnhancedStackTraceExtensions.cs → ...xtensions/EnhancedStackTraceExtensions.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
10 changes: 5 additions & 5 deletions
10
...xtensions/IServiceCollectionExtensions.cs → ...xtensions/IServiceCollectionExtensions.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
2 changes: 1 addition & 1 deletion
2
....Blazor/Interfaces/IRaygunOfflineStore.cs → ....Blazor/Interfaces/IRaygunOfflineStore.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,4 +1,4 @@ | ||
namespace Raygun.NetCore.Blazor | ||
namespace Raygun.Blazor.Interfaces | ||
{ | ||
|
||
/// <summary> | ||
|
2 changes: 1 addition & 1 deletion
2
....Blazor/Interfaces/IRaygunQueueManager.cs → ....Blazor/Interfaces/IRaygunQueueManager.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,4 +1,4 @@ | ||
namespace Raygun.NetCore.Blazor | ||
namespace Raygun.Blazor.Interfaces | ||
{ | ||
|
||
/// <summary> | ||
|
4 changes: 2 additions & 2 deletions
4
...e.Blazor/Interfaces/IRaygunUserManager.cs → ...n.Blazor/Interfaces/IRaygunUserManager.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
6 changes: 3 additions & 3 deletions
6
...n.NetCore.Blazor/Models/BreadcrumbType.cs → src/Raygun.Blazor/Models/BreadcrumbType.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
6 changes: 3 additions & 3 deletions
6
...e.Blazor/Models/BrowserOrientationType.cs → ...n.Blazor/Models/BrowserOrientationType.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
6 changes: 3 additions & 3 deletions
6
...gun.NetCore.Blazor/Models/BrowserSpecs.cs → src/Raygun.Blazor/Models/BrowserSpecs.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
2 changes: 1 addition & 1 deletion
2
...gun.NetCore.Blazor/Models/BrowserStats.cs → src/Raygun.Blazor/Models/BrowserStats.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,4 +1,4 @@ | ||
namespace Raygun.NetCore.Blazor.Models | ||
namespace Raygun.Blazor.Models | ||
{ | ||
|
||
/// <summary> | ||
|
2 changes: 1 addition & 1 deletion
2
...ore.Blazor/Models/BrowserUserAgentData.cs → ...gun.Blazor/Models/BrowserUserAgentData.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
2 changes: 1 addition & 1 deletion
2
...un.NetCore.Blazor/Models/ClientDetails.cs → src/Raygun.Blazor/Models/ClientDetails.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
2 changes: 1 addition & 1 deletion
2
...gun.NetCore.Blazor/Models/EventDetails.cs → src/Raygun.Blazor/Models/EventDetails.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
2 changes: 1 addition & 1 deletion
2
...n.NetCore.Blazor/Models/PEDebugDetails.cs → src/Raygun.Blazor/Models/PEDebugDetails.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
2 changes: 1 addition & 1 deletion
2
...un.NetCore.Blazor/Models/RaygunRequest.cs → src/Raygun.Blazor/Models/RaygunRequest.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
6 changes: 2 additions & 4 deletions
6
...n.NetCore.Blazor/Models/RequestDetails.cs → src/Raygun.Blazor/Models/RequestDetails.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
2 changes: 1 addition & 1 deletion
2
...tCore.Blazor/Models/RequestQueueStatus.cs → ...aygun.Blazor/Models/RequestQueueStatus.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,4 +1,4 @@ | ||
namespace Raygun.NetCore.Blazor.Models | ||
namespace Raygun.Blazor.Models | ||
{ | ||
|
||
/// <summary> | ||
|
3 changes: 2 additions & 1 deletion
3
...etCore.Blazor/Models/StackTraceDetails.cs → ...Raygun.Blazor/Models/StackTraceDetails.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
2 changes: 1 addition & 1 deletion
2
...ygun.NetCore.Blazor/Models/UserDetails.cs → src/Raygun.Blazor/Models/UserDetails.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.