#Something went wrong. If this issue persists please contact us through our help center

18 messages · Page 1 of 1 (latest)

astral sage
#

Hello, I am writing csharp and I have Directory.Build.targets
<Project>
<!--This is how you can add the same property for all projects-->
<!--<OutputPath>.._bin</OutputPath>-->
<PropertyGroup Condition="$(Configuration.StartsWith('Setup')) And '$(MSBuildProjectExtension)'=='.csproj'">
<BuildDependsOn >
$(BuildDependsOn);
SignNextUpAssembly
</BuildDependsOn>
</PropertyGroup>
<PropertyGroup Condition=" '$(MSBuildProjectExtension)' == '.wixproj' ">
<BuildDependsOn >
$(BuildDependsOn);
</BuildDependsOn>
</PropertyGroup>
<Target Name="SignNextUpAssembly" AfterTargets="AfterBuild">
<Message Importance="high" Text="Signing NextUp Assembly: '$(TargetDir)$(TargetFileName)'" />
<Exec Command='$(SolutionDir)Lib\NextUp\NextUp.DigitalSignature.CodeSigning.exe "$(TargetDir)$(TargetFileName)" ' />
</Target>
</Project>

Even my project configuration is not starting with setup it's building. Would you help me fix this issue ?

#

I think there is something wrong with XML sharing?

trim ginkgo
#

Same issue. Happened to me while coding as well.

oak whale
#

Something went wrong. If this issue persists please contact us through our help center at help.openai.com.

Happening when a message contains code.

Happening also if code interpreter contains code.

Seems to be happening ever since the "<|endoftext|>" vulnerability was exposed.

#

The issue doesn't happen in firefox

faint talon
#

@trim ginkgo it looks like you're using an extension with chatgpt. i would recommend removing it and trying again

#

@astral sage if you're still having this issue, please DM me your email you use with chatgpt

tall hatch
#

same goes with me

astral sage
tall hatch
tall hatch
#

happened to me again

#

this seems to be working fine on a new chat

astral sage
astral sage
tall hatch