Skip to content

Commit

Permalink
Merge pull request #319 from unoplatform/dev/jela/devtools-update
Browse files Browse the repository at this point in the history
chore: Update devtools to latest
  • Loading branch information
jeromelaban authored Dec 19, 2024
2 parents ddc4c66 + 5bb0daa commit 1638510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UnoCheck/Telemetry/TelemetryClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static void Init()
{
try
{
_telemetry = new Telemetry(InstrumentationKey, "uno-check");
_telemetry = new Telemetry(InstrumentationKey, "uno-check", GetType().Assembly);

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'

Check failure on line 19 in UnoCheck/Telemetry/TelemetryClient.cs

View workflow job for this annotation

GitHub Actions / Build

An object reference is required for the non-static field, method, or property 'object.GetType()'
}
catch (Exception e)
{
Expand Down
2 changes: 1 addition & 1 deletion UnoCheck/UnoCheck.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
<PackageReference Include="Uno.DevTools.Telemetry" Version="1.0.0-dev.18"/>
<PackageReference Include="Uno.DevTools.Telemetry" Version="1.0.0-dev.27"/>
<PackageReference Include="vswhere" Version="2.8.4">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 1638510

Please sign in to comment.