-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
75 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
#nullable enable | ||
TurkishId.ModelBinder.TurkishIdModelBinder | ||
TurkishId.ModelBinder.TurkishIdModelBinder.BindModelAsync(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext! bindingContext) -> System.Threading.Tasks.Task! | ||
TurkishId.ModelBinder.TurkishIdModelBinder.TurkishIdModelBinder() -> void | ||
TurkishId.ModelBinder.TurkishIdModelBinderProvider | ||
TurkishId.ModelBinder.TurkishIdModelBinderProvider.GetBinder(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderProviderContext! context) -> Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder? | ||
TurkishId.ModelBinder.TurkishIdModelBinderProvider.TurkishIdModelBinderProvider() -> void |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1 @@ | ||
TurkishId.ModelBinder.TurkishIdModelBinder | ||
TurkishId.ModelBinder.TurkishIdModelBinder.BindModelAsync(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBindingContext! bindingContext) -> System.Threading.Tasks.Task! | ||
TurkishId.ModelBinder.TurkishIdModelBinder.TurkishIdModelBinder() -> void | ||
TurkishId.ModelBinder.TurkishIdModelBinderProvider | ||
TurkishId.ModelBinder.TurkishIdModelBinderProvider.GetBinder(Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderProviderContext! context) -> Microsoft.AspNetCore.Mvc.ModelBinding.IModelBinder? | ||
TurkishId.ModelBinder.TurkishIdModelBinderProvider.TurkishIdModelBinderProvider() -> void | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
#nullable enable | ||
const TurkishId.TurkishIdNumber.Length = 11 -> int | ||
override TurkishId.TurkishIdNumber.Equals(object? obj) -> bool | ||
override TurkishId.TurkishIdNumber.GetHashCode() -> int | ||
override TurkishId.TurkishIdNumber.ToString() -> string! | ||
static TurkishId.TurkishIdNumber.implicit operator string!(TurkishId.TurkishIdNumber! instance) -> string! | ||
static TurkishId.TurkishIdNumber.IsValid(string! number) -> bool | ||
static TurkishId.TurkishIdNumber.TryParse(string! number, out TurkishId.TurkishIdNumber! result) -> bool | ||
TurkishId.TurkishIdAttribute | ||
TurkishId.TurkishIdAttribute.TurkishIdAttribute() -> void | ||
TurkishId.TurkishIdNumber | ||
TurkishId.TurkishIdNumber.TurkishIdNumber(string! number) -> void | ||
TurkishId.TurkishIdNumber.Value.get -> string! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1 @@ | ||
const TurkishId.TurkishIdNumber.Length = 11 -> int | ||
override TurkishId.TurkishIdNumber.Equals(object? obj) -> bool | ||
override TurkishId.TurkishIdNumber.GetHashCode() -> int | ||
override TurkishId.TurkishIdNumber.ToString() -> string! | ||
static TurkishId.TurkishIdNumber.implicit operator string!(TurkishId.TurkishIdNumber! instance) -> string! | ||
static TurkishId.TurkishIdNumber.IsValid(string! number) -> bool | ||
static TurkishId.TurkishIdNumber.TryParse(string! number, out TurkishId.TurkishIdNumber! result) -> bool | ||
TurkishId.TurkishIdAttribute | ||
TurkishId.TurkishIdAttribute.TurkishIdAttribute() -> void | ||
TurkishId.TurkishIdNumber | ||
TurkishId.TurkishIdNumber.TurkishIdNumber(string! number) -> void | ||
TurkishId.TurkishIdNumber.Value.get -> string! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,52 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<Description>Turkish ID Number Validation Library</Description> | ||
<Copyright>Copyright © Sedat Kapanoglu 2014-2020</Copyright> | ||
<Version>3.0.1</Version> | ||
<Authors>Sedat Kapanoglu</Authors> | ||
<TargetFramework>net5.0</TargetFramework> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<AssemblyName>TurkishId</AssemblyName> | ||
<PackageId>TurkishId</PackageId> | ||
<PackageTags>turkish id;verification;tc kimlik;tckimlik</PackageTags> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/ssg/TurkishId</RepositoryUrl> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<PackageProjectUrl>https://github.com/ssg/TurkishId</PackageProjectUrl> | ||
<PackageTags>turkish id verification tc kimlik tckimlik</PackageTags> | ||
<PackageReleaseNotes> | ||
<![CDATA[ | ||
<PropertyGroup> | ||
<Description>Turkish ID Number Validation Library</Description> | ||
<Copyright>Copyright © Sedat Kapanoglu 2014-2020</Copyright> | ||
<Version>3.0.1</Version> | ||
<Authors>Sedat Kapanoglu</Authors> | ||
<TargetFramework>net5.0</TargetFramework> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<AssemblyName>TurkishId</AssemblyName> | ||
<PackageId>TurkishId</PackageId> | ||
<PackageTags>turkish id;verification;tc kimlik;tckimlik</PackageTags> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/ssg/TurkishId</RepositoryUrl> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<PackageProjectUrl>https://github.com/ssg/TurkishId</PackageProjectUrl> | ||
<PackageTags>turkish id verification tc kimlik tckimlik</PackageTags> | ||
<PackageReleaseNotes> | ||
<![CDATA[ | ||
There are no changes in this package in this version but I'd like to keep | ||
versions in sync to avoid multiple repositories/branches for releases. | ||
]]></PackageReleaseNotes> | ||
<LangVersion>latest</LangVersion> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
<DocumentationFile>src/TurkishId/TurkishId.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<AdditionalFiles Include="stylecop.json" /> | ||
</ItemGroup> | ||
]]> | ||
</PackageReleaseNotes> | ||
<LangVersion>latest</LangVersion> | ||
<Nullable>enable</Nullable> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
<DocumentationFile>src/TurkishId/TurkishId.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<AdditionalFiles Include="stylecop.json" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.2"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="5.0.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.2"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Folder Include="Properties" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="Properties" /> | ||
</ItemGroup> | ||
</Project> |