3 assignments to MSBuild property InterceptorsPreviewNamespaces
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (3)
482
<
InterceptorsPreviewNamespaces
Condition="'$(EnableRequestDelegateGenerator)' == 'true'">$(InterceptorsPreviewNamespaces);Microsoft.AspNetCore.Http.Generated</InterceptorsPreviewNamespaces>
484
<
InterceptorsPreviewNamespaces
Condition="'$(EnableConfigurationBindingGenerator)' == 'true'">$(InterceptorsPreviewNamespaces);Microsoft.Extensions.Configuration.Binder.SourceGeneration</InterceptorsPreviewNamespaces>
486
<
InterceptorsPreviewNamespaces
Condition="'$(_TargetFrameworkVersionWithoutV)' != '' and $([MSBuild]::VersionGreaterThanOrEquals('$(_TargetFrameworkVersionWithoutV)', '10.0'))">$(InterceptorsPreviewNamespaces);Microsoft.Extensions.Validation.Generated</InterceptorsPreviewNamespaces>
5 usages of MSBuild property InterceptorsPreviewNamespaces
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Roslyn\Microsoft.CSharp.Core.targets (1)
112
InterceptorsPreviewNamespaces="$(
InterceptorsPreviewNamespaces
)"
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (3)
482
<InterceptorsPreviewNamespaces Condition="'$(EnableRequestDelegateGenerator)' == 'true'">$(
InterceptorsPreviewNamespaces
);Microsoft.AspNetCore.Http.Generated</InterceptorsPreviewNamespaces>
484
<InterceptorsPreviewNamespaces Condition="'$(EnableConfigurationBindingGenerator)' == 'true'">$(
InterceptorsPreviewNamespaces
);Microsoft.Extensions.Configuration.Binder.SourceGeneration</InterceptorsPreviewNamespaces>
486
<InterceptorsPreviewNamespaces Condition="'$(_TargetFrameworkVersionWithoutV)' != '' and $([MSBuild]::VersionGreaterThanOrEquals('$(_TargetFrameworkVersionWithoutV)', '10.0'))">$(
InterceptorsPreviewNamespaces
);Microsoft.Extensions.Validation.Generated</InterceptorsPreviewNamespaces>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
265
InterceptorsPreviewNamespaces="$(
InterceptorsPreviewNamespaces
)"