net_automatic_interface
.Net Source Generator for Automatic Interfaces
파일 탐색기
최종 버전 다운로드 (.zip)- dotnet-tools.json
- action.yml
- FolderProfile.pubxml
- launchSettings.json
- AddNullableAnnotationSyntaxRewriter.cs
- AutomaticInterface.csproj
- AutomaticInterfaceGenerator.cs
- Builder.cs
- GeneratedSymbolDetails.cs
- InterfaceBuilder.cs
- IsExternalInit.cs
- RegisterAttributesExtensions.cs
- RoslynExtensions.cs
- StringExtensions.cs
- AutomaticInterfaceExample.csproj
- DemoClass.cs
- DemoClassWithAsInternal.cs
- DemoClassWithCustomInterfaceName.cs
- DemoClassWithCustomNamespace.cs
- InterfaceExample.cs
- Program.cs
- Program.cs
- Test.cs
- TestNuget.csproj
- Enums.cs
- Enums.WorksWithByteEnums.verified.txt
- Enums.WorksWithByteEnumsAsReturnType.verified.txt
- Enums.WorksWithByteEnumsProperties.verified.txt
- Enums.WorksWithEnum-byte.verified.txt
- Enums.WorksWithEnum-int.verified.txt
- Enums.WorksWithEnum-long.verified.txt
- Enums.WorksWithEnum.verified.txt
- Enums.WorksWithEnumsAsReturnType.verified.txt
- Enums.WorksWithFlagEnum.verified.txt
- Events.CopiesEventsToInterface.verified.txt
- Events.cs
- Events.NullableEvent.verified.txt
- Events.NullableEvent2.verified.txt
- Events.WorksWithEventOverrides.verified.txt
- Events.WorksWithEventShadowing.verified.txt
- GenericInterfaces.cs
- GenericInterfaces.MakesGenericInterface.verified.txt
- GenericInterfaces.MakesGenericInterfaceWithClassTypeConstraints.verified.txt
- GenericInterfaces.MakesGenericInterfaceWithDependentTypeConstraints.verified.txt
- GenericInterfaces.MakesGenericInterfaceWithInterfaceTypeConstraints.verified.txt
- Methods.AddsDescriptionFromMethodToInterface.verified.txt
- Methods.AddsMultiLineDescriptionFromMethodToInterface.verified.txt
- Methods.AddsPublicMethodToInterface.verified.txt
- Methods.AddsPublicTaskMethodToInterface.verified.txt
- Methods.AddsPublicWithMultipleParamsMethodToInterface.verified.txt
- Methods.AddsPublicWithParamsGenericMethodToInterface.verified.txt
- Methods.AddsPublicWithParamsMethodToInterface.verified.txt
- Methods.BooleanWithNonNull.verified.txt
- Methods.cs
- Methods.GeneratesOverloadedMethodInterface.verified.txt
- Methods.IgnoresMembersAttributedWithIgnore.verified.txt
- Methods.IgnoresNotPublicMethodToInterface.verified.txt
- Methods.WorksWithGenericMethods.verified.txt
- Methods.WorksWithGenericParameterOverloads.verified.txt
- Methods.WorksWithGenericParameterOverloadsWithIdenticalTypeNames.verified.txt
- Methods.WorksWithGenericTypeConstraintsForMethods.verified.txt
- Methods.WorksWithMethodInParameter.verified.txt
- Methods.WorksWithMethodOutParameter.verified.txt
- Methods.WorksWithMethodOverrides.verified.txt
- Methods.WorksWithMethodRefParameter.verified.txt
- Methods.WorksWithMethodShadowing.verified.txt
- Methods.WorksWithMixedOptionalNullParameters.verified.txt
- Methods.WorksWithNullableGeneric.verified.txt
- Methods.WorksWithNullableGeneric2.verified.txt
- Methods.WorksWithNullableReturn.verified.txt
- Methods.WorksWithOptionalNullParameters.verified.txt
- Methods.WorksWithOptionalParameters.verified.txt
- Methods.WorksWithParameterDirectionOverloads.verified.txt
- Methods.WorksWithParamsParameters.verified.txt
- Methods.WorksWithReservedNames.verified.txt
- Misc.AsInternal.verified.txt
- Misc.AsInternalExplicitFalse.verified.txt
- Misc.CopiesDocumentationOfClassToInterface.verified.txt
- Misc.cs
- Misc.CustomInterface.verified.txt
- Misc.CustomInterfaceAndNamespace.verified.txt
- Misc.CustomInterfaceAndNamespaceParametersReversed.verified.txt
- Misc.CustomNameSpace.verified.txt
- Misc.DoesNotCopyCtorToToInterface.verified.txt
- Misc.DoesNotCopyIndexerToInterface.verified.txt
- Misc.DoesNotCopyStaticMethodsToInterface.verified.txt
- Misc.FullExample.verified.txt
- Misc.GeneratesEmptyInterface.verified.txt
- Misc.WorksWithNullableContext.verified.txt
- Misc.WorksWithOptionalStructParameters.verified.txt
- Properties.CopiesDocumentationOfPropertyToInterface.verified.txt
- Properties.cs
- Properties.GeneratesInitPropertyInterface.verified.txt
- Properties.GeneratesStringPropertyGetOnlyInterface.verified.txt
- Properties.GeneratesStringPropertyInterface.verified.txt
- Properties.GeneratesStringPropertySetOnlyInterface.verified.txt
- Properties.NullableProperty.verified.txt
- Properties.NullableProperty2.verified.txt
- Properties.OmitsPrivateSetPropertyInterface.verified.txt
- Properties.WorksWithNewKeyword.verified.txt
- Properties.WorksWithPropertyOverrides.verified.txt
- Properties.WorksWithPropertyShadowing.verified.txt
- Properties.WorksWithRef.verified.txt
- TypeResolutions.cs
- TypeResolutions.WorksWithBracedNamespace.verified.txt
- TypeResolutions.WorksWithFileScopedNamespace.verified.txt
- TypeResolutions.WorksWithGlobalUsing.verified.txt
- TypeResolutions.WorksWithIdenticalTypeNames.verified.txt
- TypeResolutions.WorksWithNestedUsings.verified.txt
- TypeResolutions.WorksWithShadowedGlobalNamespace.verified.txt
- TypeResolutions.WorksWithUsingAliases.verified.txt
- Infrastructure.cs
- Tests.csproj
- AutomaticInterface.sln
- AutomaticInterface.sln.DotSettings
- Directory.Build.targets
- global.json
- .gitignore
- LICENSE
- README.md
- sg_example.png
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/codecentric/net_automatic_interface
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd net_automatic_interface
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
