You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- #11393
- avoid NU1702 warnings
- move defaults for `$(OpenApiGenerateDocuments)` and `$(OpenApiGenerateDocumentsOnBuild)` later, into .targets
- do not generate documents for .NET Core 2.0 and earlier TFMs (feature is not supported there)
- add `Inputs` and `Outputs` to the `GenerateOpenApiDocuments` target, reducing redundant builds
nit: correct Microsoft.Extensions.ApiDescription.Server package version when building locally
- #11393
- avoid NU1702 warnings
- move defaults for `$(OpenApiGenerateDocuments)` and `$(OpenApiGenerateDocumentsOnBuild)` later, into .targets
- do not generate documents for .NET Core 2.0 and earlier TFMs (feature is not supported there)
- add `Inputs` and `Outputs` to the `GenerateOpenApiDocuments` target, reducing redundant builds
nit: correct Microsoft.Extensions.ApiDescription.Server package version when building locally
$(OpenApiGenerateDocuments)
tofalse
in projects using .NET Core 2.0 or earlierGenerateOpenApiDocuments
target (reducing how often it runs)See #4923 for more detail on some of the above. Conversation at #10669 (comment) also contains some details.
The text was updated successfully, but these errors were encountered: