Skip to content

Bug: Kiota generator does not use properties specified in .editorconfig #10

Description

@Lamparter

Description

The Kiota generator does not appear to be using build properties set in .editorconfig.

Steps to reproduce

  1. Add build properties in .editorconfig
    build_property.KiotaGenerator_ClassName = ELAPSEDAPINAMEAAAA
    build_property.KiotaGenerator_NamespaceName = Riverside.Elapsed
    
  2. Add .editorconfig to the project as an editor config file
    <ItemGroup>
    	<AdditionalFiles Include="Elapsed.json" />
    	<EditorConfigFiles Include=".editorconfig" />
    </ItemGroup>
  3. See the Kiota source generator output does not include properties specified
    Image

    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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions