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

Updated most libraries to latest versions #193

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Conversation

tombogle
Copy link
Collaborator

@tombogle tombogle commented Oct 28, 2024

This especially addresses some issues with archiving as well as a vulnerability in System.Text.Json


This change is Reviewable

Lots of minor refactoring and code cleanup.
Fixed AppSmokeTests that have been failing for years.
Replaced work-around in FileType to deal with circulardependency error in autofac with use of Lazy<Func<...
Moved control instantiation and initialization into designer file for PersonContributionEditor
… with failing ElementGrid tests

# Conflicts:
#	SayMore.sln.DotSettings
#	src/SayMore/Model/Session.cs
#	src/SayMore/Model/SessionContribution.cs
#	src/SayMore/UI/ComponentEditors/PersonContributionEditor.cs
#	src/SayMoreTests/model/SessionTests.cs
@tombogle tombogle added the dependencies Pull requests that update a dependency file label Oct 28, 2024
@tombogle tombogle self-assigned this Oct 28, 2024
… of SILReleaseTasksProps to happen after installation of the package
…sure the package is present when setting those up
@tombogle
Copy link
Collaborator Author

I believe all the coding changes are done. Still a draft, pending release of libpalaso, so we can update to use an official release version.

Copy link
Contributor

@andrew-polk andrew-polk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 84 of 86 files at r1, 2 of 2 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @tombogle)


src/SayMore/UI/ComponentEditors/ContributorsEditor.cs line 68 at r2 (raw file):

			SetComponentFile(file);

			if (personInformant != null)

Was this removal of a null check supposed to get an elvis operator?

@tombogle
Copy link
Collaborator Author

tombogle commented Nov 4, 2024

src/SayMore/UI/ComponentEditors/ContributorsEditor.cs line 68 at r2 (raw file):

Previously, andrew-polk wrote…

Was this removal of a null check supposed to get an elvis operator?

No, because it already cannot be null. It is used several lines about with no null check.

Copy link
Contributor

@andrew-polk andrew-polk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @tombogle)


src/SayMore/UI/ComponentEditors/ContributorsEditor.cs line 68 at r2 (raw file):

Previously, tombogle (Tom Bogle) wrote…

No, because it already cannot be null. It is used several lines about with no null check.

Hm. Thought I had looked for that, but apparently I missed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants