Description
The Kiota generator does not appear to be using build properties set in .editorconfig.
Steps to reproduce
- Add build properties in
.editorconfig
build_property.KiotaGenerator_ClassName = ELAPSEDAPINAMEAAAA
build_property.KiotaGenerator_NamespaceName = Riverside.Elapsed
- Add
.editorconfig to the project as an editor config file
<ItemGroup>
<AdditionalFiles Include="Elapsed.json" />
<EditorConfigFiles Include=".editorconfig" />
</ItemGroup>
- See the Kiota source generator output does not include properties specified
The namespace name is not Riverside.Elapsed
Version
1.6.260314
Affected platforms
No response
Platform version
Microsoft Visual Studio 2026 Insiders [11605.296]
Log File
Rebuild started at 23:52...
1>------ Rebuild All started: Project: Riverside.Elapsed, Configuration: Debug Any CPU ------
Restored E:\Repositories\Lamparter\Elapsed\src\app\Riverside.Elapsed.CommandLine\Riverside.Elapsed.CommandLine.csproj (in 1 ms).
Restored E:\Repositories\Lamparter\Elapsed\src\core\Riverside.Elapsed\Riverside.Elapsed.csproj (in 28 ms).
1> Riverside.Elapsed -> E:\Repositories\Lamparter\Elapsed\src\core\Riverside.Elapsed\bin\Debug\netstandard2.0\Riverside.Elapsed.dll
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
========== Rebuild completed at 23:52 and took 04.825 seconds ==========
Comments
No response
Description
The Kiota generator does not appear to be using build properties set in
.editorconfig.Steps to reproduce
.editorconfig.editorconfigto the project as an editor config fileVersion
1.6.260314
Affected platforms
No response
Platform version
Microsoft Visual Studio 2026 Insiders [11605.296]
Log File
Comments
No response