File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
FastCloner.SourceGenerator Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 77 <LangVersion >preview</LangVersion >
88 <SignAssembly >true</SignAssembly >
99 <AssemblyOriginatorKeyFile >..\FastCloner.snk</AssemblyOriginatorKeyFile >
10+ <Deterministic >true</Deterministic >
11+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
12+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
13+ <IncludeSymbols >true</IncludeSymbols >
14+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
15+ <DebugType >portable</DebugType >
16+ <DebugSymbols >true</DebugSymbols >
17+ <ContinuousIntegrationBuild Condition =" '$(CI)' == 'true'" >true</ContinuousIntegrationBuild >
1018 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1119 <Title >Special types support for FastCloner</Title >
1220 <Description >Extends FastCloner with support for certain special types.</Description >
Original file line number Diff line number Diff line change 66 <Nullable >enable</Nullable >
77 <SignAssembly >true</SignAssembly >
88 <AssemblyOriginatorKeyFile >..\FastCloner.snk</AssemblyOriginatorKeyFile >
9+ <Deterministic >true</Deterministic >
10+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
11+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
12+ <DebugType >portable</DebugType >
13+ <DebugSymbols >true</DebugSymbols >
14+ <ContinuousIntegrationBuild Condition =" '$(CI)' == 'true'" >true</ContinuousIntegrationBuild >
915 <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
1016 <CompilerGeneratedFilesOutputPath >Generated</CompilerGeneratedFilesOutputPath >
1117 <EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
Original file line number Diff line number Diff line change 1414 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
1515 <DebugType >portable</DebugType >
1616 <DebugSymbols >true</DebugSymbols >
17+ <ContinuousIntegrationBuild Condition =" '$(CI)' == 'true'" >true</ContinuousIntegrationBuild >
1718 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1819 <PackageId >FastCloner</PackageId >
1920 <PackageIcon >icon.jpg</PackageIcon >
You can’t perform that action at this time.
0 commit comments