Anton

Results 23 comments of Anton

> > future versions of the PowerShell SDK will still be able to connect to older versions of PowerShell, especially for Windows PowerShell 5.1 over a WinRM transport? > >...

> because other tools will not understand it. IMHO this is bad argument, since each and very OpenAPI tool works in a very different way, and none of them fully...

@maliming which one is better? What side effect of setting UpdateAbpClaimTypes to false? PS IMO this information must be added to the migration guide, this case 100% reproducible when upgrading...

1:1 same story as @DarkLite1. Freshly installed module from the gallery. Any update for this?

@Sinan997 what's the point of this: https://github.com/abpframework/abp/blob/25ea951f0a3ea639e61a9c5c8c5d766b236cfd07/npm/ng-packs/packages/core/src/lib/services/title-strategy.service.ts#L17C52-L17C86 ?

Yeah, but what's the point of such stratagy? 100% devs will change it because it useless. Why not to use same as you did on home page, just use localization?

Yeah, first part is great, I'm talking about second part :)

I'm talking about that project name is ugly. Usually it have no spaces, but contains several words. Will be great to use page title | app title where app title...

Here is what I meant: ``` import { Injectable, effect, inject } from '@angular/core'; import { toSignal } from '@angular/core/rxjs-interop'; import { TitleStrategy, RouterStateSnapshot } from '@angular/router'; import { Title...

Connected with #11566 and #10662 OData should somehow use this instead ExtraProperties: ``` var query = (await GetQueryableAsync()).Where(u => EF.Property(u, "SocialSecurityNumber") == "123"); ```