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

Feature/lsd fix #83

Merged
merged 6 commits into from
Aug 6, 2024
Merged

Feature/lsd fix #83

merged 6 commits into from
Aug 6, 2024

Commits on Jul 31, 2024

  1. Placeholders for AISv3. EF Core Model code in OpenSim.Data.Models. Bo…

    …th projects are in the Source directory and not yet included in the solution. Tests are added back in Tests. Still need to Add the LinkSet Data tests and activate them in the solution.
    mdickson committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f745ccd View commit details
    Browse the repository at this point in the history
  2. Placeholders for AISv3. EF Core Model code in OpenSim.Data.Models. Bo…

    …th projects are in the Source directory and not yet included in the solution. Tests are added back in Tests. Still need to Add the LinkSet Data tests and activate them in the solution.
    mdickson committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5408d0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1953d6d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Restructure the LinksetData Deserialize. We'll also save the size val…

    …ue so it doesnt need to be calculated. We make the size a required field so we can tell if its not present and fall back to handling the old format as well. Make the serialized fields writable publically so they can be deserialized successfully. This is a change in dotnet 8.
    mdickson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4be646e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/lsd-fix' of github.com:OpenSim-NGC/OpenSim-Sasq…

    …uatch into feature/lsd-fix
    mdickson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5d368b8 View commit details
    Browse the repository at this point in the history
  3. Address CodeQL comments. Ternary operator in LinksetData Deserialize …

    …and rename some generated code for the Search tables ef core support away from Object which is of course a reserved word.
    mdickson committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e643929 View commit details
    Browse the repository at this point in the history