Gu.Localization
Gu.Localization copied to clipboard
Results
22
Gu.Localization issues
Sort by
recently updated
recently updated
newest added
Bumps [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) from 4.5.0 to 4.8.0. Release notes Sourced from Microsoft.CodeAnalysis.CSharp.Workspaces's releases. .NET 6.0.1 Release .NET 5.0.4 Release .NET 5.0.2 Release Notes Install Instructions Repos Core Changelog Sourced from Microsoft.CodeAnalysis.CSharp.Workspaces's...
dependencies
if i have a title, in resx, the apptitle is "app"; in the code public string Title { get { return GetValue(); } set { SetValue(value); } } ctor{ Title=...