Alex

Results 12 issues of Alex

### Is there an existing issue for this? - [X] I have searched the existing issues ### Which Transloco package(s) are the source of the bug? Don't know / other...

People do use it very often. Thanks.

First of all, thanks for the lib! But I use it with NGRX and with Containers/Presentational (I call them Meat and Skin) components, and things get complicated. I wonder if...

I tried to use it in TypeScript project with no luck (with `strict=true`). Can you add typings please?

Assuming I have this code: ``` public static void RunBeforeAnyTests() { IConfigurationBuilder builder = new ConfigurationBuilder() .SetBasePath(Directory.GetCurrentDirectory()) .AddJsonFile("appsettings.json", true, true) .AddEnvironmentVariables(); _configuration = builder.Build(); ConnectionString = _configuration.GetConnectionString("DefaultConnection"); ServiceCollection services =...

I get this warning first: >>Could not set custom hostname 'xn--80aakbcae3au6am7h4b.xn--p1ai'. Details: Microsoft.Rest.Azure.CloudException: The name xn--80aakbcae3au6am7h4b.xn--p1ai is not valid. and then >> Exception calling "UploadFile" with "2" argument(s): "System error."...

### Description There is no word about RouteDataRequestCultureProvider, nor an example. Please provide a full documentation and example on a scenario when pages without `{lang?}` route (*__/Index__*) are served using...

Source - Docs.ms
doc-bug
seQUESTered

In almost any .NET project I need to have a substitute for `ILoggerFactory` and its probably most used method `CreateLogger()`. It returns `ILogger`, which is in turn: ``` public interface...

Since assumptions are part of the Description text, I'd suggest adding a feature to be able to change color of parts of the Description text. Or, as an option, to...

### Installed product versions - Visual Studio: 2022 - This extension: 1.14.4 ### Description Invalid error - can't compile the project! ### Steps to recreate I have the following valid...