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

Doing some cleanup of all the Warnings that litter the build - Part 3 #187

Merged

Commits on Sep 6, 2023

  1. cleanup: Check for CS8604 -- Possible null reference argument in m.me…

    …dia_attachments!
    
    Possibly it is connected with the missing Null annotations in Messages.cs!
    This whole assignment makes the compiler 'mad' in several parts with multiple different Warnings.
    At a first glance I wasn't clear to me how to fix these warnings!
    Stelzi79 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a11f111 View commit details
    Browse the repository at this point in the history
  2. cleanup: Check for CS8618 -- Non-nullable field must contain a non-nu…

    …ll value when exiting constructor. Consider declaring as nullable.
    Stelzi79 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e5d30f0 View commit details
    Browse the repository at this point in the history
  3. cleanup: Providers.Blazot.Models.Author CS8618 -- Non-nullable field …

    …must contain a non-null value when exiting constructor. Consider declaring as nullable.
    Stelzi79 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    35a6099 View commit details
    Browse the repository at this point in the history
  4. cleanup: Providers.Blazot.Models.Transmission CS8618 -- Non-nullable …

    …field must contain a non-null value when exiting constructor. Consider declaring as nullable.
    Stelzi79 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    accab89 View commit details
    Browse the repository at this point in the history
  5. cleanup: Providers.Blazot.Models.WebLink CS8618 -- Non-nullable field…

    … must contain a non-null value when exiting constructor. Consider declaring as nullable.
    Stelzi79 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    16f1fa8 View commit details
    Browse the repository at this point in the history
  6. fix: workflow dotnet.yml

    Stelzi79 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9c4f0e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    8543197 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    487718a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebdc18f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Merge branch 'main' of github.com:FritzAndFriends/TagzApp into Stelzi…

    …79/Warnings_cleanup_part03
    Stelzi79 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0d4081d View commit details
    Browse the repository at this point in the history