Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will not work with Framework 8.0 #12

Open
martinx1941 opened this issue Feb 8, 2024 · 0 comments
Open

Will not work with Framework 8.0 #12

martinx1941 opened this issue Feb 8, 2024 · 0 comments

Comments

@martinx1941
Copy link

System.Text.Json.JsonException
HResult=0x80131500
Nachricht = '<' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
Quelle = System.Text.Json
Stapelüberwachung:
bei System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex) in System.Text.Json\ThrowHelper.cs: Zeile996
bei System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state) in System.Text.Json.Serialization\JsonConverter.cs: Zeile302
bei System.Text.Json.JsonSerializer.ContinueDeserialize[TValue](ReadBufferState& bufferState, JsonReaderState& jsonReaderState, ReadStack& readStack, JsonTypeInfo jsonTypeInfo) in System.Text.Json\JsonSerializer.cs: Zeile1173
bei System.Text.Json.JsonSerializer.ReadFromStream[TValue](Stream utf8Json, JsonTypeInfo jsonTypeInfo) in System.Text.Json\JsonSerializer.cs: Zeile1157
bei Microsoft.AspNetCore.Hosting.StaticWebAssets.StaticWebAssetsLoader.UseStaticWebAssetsCore(IWebHostEnvironment environment, Stream manifest)
bei Microsoft.AspNetCore.Hosting.StaticWebAssets.StaticWebAssetsLoader.UseStaticWebAssets(IWebHostEnvironment environment, IConfiguration configuration)
bei Microsoft.Extensions.Hosting.HostBuilder.InitializeAppConfiguration()
bei Microsoft.Extensions.Hosting.HostBuilder.Build()
bei Microsoft.AspNetCore.Components.WebAssembly.DevServer.Server.Program.BuildWebHost(String[] args)
bei Microsoft.AspNetCore.Components.Web.DevServer.Commands.ServeCommand.Execute()
bei Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
bei Microsoft.AspNetCore.Components.WebAssembly.DevServer.Program.Main(String[] args)

Diese Ausnahme wurde ursprünglich von dieser Aufrufliste ausgelöst:
[Externer Code]

Innere Ausnahme 1:
JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant