Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/Microsoft.Data.Sqlite.Core/SqliteConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ static SqliteConnection()
{
// Ignore "The process has no package identity."
}
catch (InvalidOperationException)
{
Comment thread
AndriySvyryd marked this conversation as resolved.
// Ignore "The process has no package identity." when thrown directly by the WinRT projection.
}
Comment thread
AndriySvyryd marked this conversation as resolved.
Outdated

if (currentAppData != null)
{
Expand Down
Loading