question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error during Azure pipelines publish

See original GitHub issue

This is a fun one. I am getting the following errors but ONLY when the publish is being done by an Azure pipeline. Local build works fine, local publish works fine.

D:\a\1\s\TPL\Client\Core\States\Breadcrumbs\Actions\SetCrumbsAction.cs(8,22): error BlazorStateAction: The Action 'SetCrumbsAction' is not a nested type of its State [D:\a\1\s\TPL\Client\TPL.Client.csproj] D:\a\1\s\TPL\Client\Core\States\ContextualFAB\Actions\SetButtonsAction.cs(8,22): error BlazorStateAction: The Action 'SetButtonsAction' is not a nested type of its State [D:\a\1\s\TPL\Client\TPL.Client.csproj] D:\a\1\s\TPL\Client\Core\States\DisplaySize\Actions\SetBreakpointAction.cs(8,22): error BlazorStateAction: The Action 'SetBreakpointAction' is not a nested type of its State [D:\a\1\s\TPL\Client\TPL.Client.csproj] D:\a\1\s\TPL\Client\Core\States\DisplaySize\Actions\SetHeightWidthAction.cs(7,22): error BlazorStateAction: The Action 'SetHeightWidthAction' is not a nested type of its State [D:\a\1\s\TPL\Client\TPL.Client.csproj] D:\a\1\s\TPL\Client\Core\States\HttpInProgress\Actions\SetInProgressAction.cs(7,22): error BlazorStateAction: The Action 'SetInProgressAction' is not a nested type of its State [D:\a\1\s\TPL\Client\TPL.Client.csproj]

Started with 8.2.0 (maybe 8.2.1). The same code has been running just fine for about six months. Reverting back to 8.1.0 fixes the issue. Let me know if I can provide any more details.

Issue Analytics

  • State:closed
  • Created 4 months ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
americansloncommented, Jun 7, 2023

8.2.4 seems to be working for me.

0reactions
americansloncommented, May 26, 2023

@StevenTCramer Just wanted to let you know I can’t try this for a couple of days but I remember it and will try it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Build Pipeline keep crashing at Publish level of Azure ...
When you publish you need provide path to the project like here: - task: DotNetCoreCLI@2 inputs: command: 'publish' publishWebProjects: true ...
Read more >
Error publishing pipeline artifact
The error occurs at the end of the PublishPipelineArtifact@1 task (you can find the error below), does the organisation need some extra ...
Read more >
Pipeline publishing error in Azure data lake - Microsoft Q&A
Hi Azure Gurus I had created a pipeline in ADF and while publishing it getting the below error Error: Could not find a...
Read more >
pipeline publish error - Microsoft Q&A
Hello, I would like to publish into the main branch but I get this error. Any suggestions please? 123574-image.png. Azure Synapse Analytics.
Read more >
Troubleshoot pipeline runs - Azure DevOps
Learn how to troubleshoot pipeline runs in Azure Pipelines and Team Foundation Server.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found