Seppe_Geerinckx

Results 7 comments of Seppe_Geerinckx

+1 for this one, .NET is the most prominent backend framework in my industry.

I made a class for the data and initialized it first with 0. ```csharp private Pie[] data = { new Pie { Type = "Good", Value = 0, }, new...

Got the same issue when adding `Statistic = new DonutViewConfigStatistic { TotalLabel = "Total", },` ``` blazor.webassembly.js:1 crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: Cannot return as T1 as result is...

I have the same issue, i lazy-load the modules in and get overloaded with these messages. ![image](https://user-images.githubusercontent.com/22469147/161991865-ecb13a39-bc93-4d73-a4cb-0af007156716.png) But still my files are getting in loaded correctly. ![image](https://user-images.githubusercontent.com/22469147/161991969-0dee4b7b-82f2-45e4-a95e-117b3a328e46.png) ![image](https://user-images.githubusercontent.com/22469147/161992017-268e2d9d-12b4-43bb-a052-b5aeedb2f71f.png)

@mvalitov i think you can use a `fallbackLocale` option when you create it. ```ts const i18n = setupI18n({ legacy: false, locale: "en", fallbackLocale: "en", messages, silentTranslationWarn: true, }); ```

### Possible related prs/issues: https://github.com/open-telemetry/opentelemetry-dotnet/pull/4860 https://github.com/open-telemetry/opentelemetry-dotnet/pull/4719 https://github.com/open-telemetry/opentelemetry-dotnet/issues/3421 https://github.com/open-telemetry/opentelemetry-dotnet/issues/4613