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
Copy file name to clipboardExpand all lines: docs/usage/openapi-client.md
+13-5
Original file line number
Diff line number
Diff line change
@@ -226,16 +226,24 @@ The available command-line switches for Kiota are described [here](https://learn
226
226
227
227
At the time of writing, Kiota provides [no official integration](https://github.com/microsoft/kiota/issues/3005) with MSBuild.
228
228
Our [example project](https://github.com/json-api-dotnet/JsonApiDotNetCore/tree/openapi/src/Examples/OpenApiKiotaClientExample) takes a stab at it,
229
-
although it has glitches. If you're an MSBuild expert, please help out!
229
+
which seems to work. If you're an MSBuild expert, please help out!
230
230
231
231
```xml
232
-
<TargetName="KiotaRunTool"BeforeTargets="BeforeCompile;CoreCompile"Condition="$(DesignTimeBuild) != true And $(BuildingProject) == true">
232
+
<TargetName="RemoveKiotaGeneratedCode"BeforeTargets="BeforeCompile;CoreCompile"Condition="$(DesignTimeBuild) != true And $(BuildingProject) == true">
0 commit comments