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

#111 Dropping support for older runtimes #115

Open
wants to merge 77 commits into
base: master
Choose a base branch
from

Conversation

FreeAndNil
Copy link
Contributor

@FreeAndNil FreeAndNil commented Feb 29, 2024

@FreeAndNil
Copy link
Contributor Author

@fluffynuts I've executed steps 1 & 2 of releasing.md

Could you take a look?

Thanks

@fluffynuts
Copy link
Contributor

Will do

@fluffynuts
Copy link
Contributor

I'm wondering if we shouldn't try get out a 2.x release before this - just release off of master. Perhaps even one more after that (there was an issue with mssql introduced by some update to make pgsql better, to do with when parameterisation is done (I forget the rest of the details)).

At the very least, it would solve the "when will this patch be released" questions. Let's keep this branch around though - I want to simplify build, and you've done the right thing (imo) with the major version bump. If there's some really good reason to revive a 2.x release, we could then also use the last release tag as a starting point. What do you think?

@FreeAndNil
Copy link
Contributor Author

FreeAndNil commented Mar 1, 2024 via email

@FreeAndNil FreeAndNil force-pushed the Feature/111-Dropping-support-for-older-runtimes branch 3 times, most recently from 664af41 to 9387b9a Compare March 4, 2024 10:49
@FreeAndNil FreeAndNil changed the base branch from master to Feature/TabsToSpaces March 5, 2024 08:33
@FreeAndNil FreeAndNil force-pushed the Feature/111-Dropping-support-for-older-runtimes branch 2 times, most recently from 8cb606e to 105d6ff Compare March 5, 2024 12:24
@FreeAndNil FreeAndNil force-pushed the Feature/111-Dropping-support-for-older-runtimes branch from ca7204a to a88c5a5 Compare March 5, 2024 12:37
@FreeAndNil FreeAndNil added this to the 3.0.0 milestone Mar 5, 2024
@FreeAndNil FreeAndNil force-pushed the Feature/111-Dropping-support-for-older-runtimes branch from 7d4cf80 to fe4ed63 Compare March 6, 2024 16:20
- SDK-Style
- .net8
- modern C#
Git Broadcast and others added 9 commits March 26, 2024 17:57
* Round 5 of nullable and modernization. Enabled nullable for the whole repo. Added more test coverage.

* PR comments
* Expand nullability to 'object message' for logger, loggerextensions. More 'is' conversions.

* Seal some classes, reduce doc redundancy, reduce some nullables

* inerpolate string
@FreeAndNil FreeAndNil force-pushed the Feature/111-Dropping-support-for-older-runtimes branch from 4af5332 to 7e93b50 Compare April 3, 2024 15:49
- implemented ICollection.Add & Remove explicitly for keeping old signatures
- added breaking changes to release notes
@FreeAndNil FreeAndNil force-pushed the Feature/111-Dropping-support-for-older-runtimes branch from 7e93b50 to 6d23e81 Compare April 3, 2024 20:33
FreeAndNil and others added 18 commits April 3, 2024 23:46
* Remove obsolete properties, methods, and classes for 3.0. Add BinaryFormattter serialize-deserialze testing across versions, and correct serialization property bag names broken by modernization (#124).

* Seal AliasRepositoryAttribute
removed hints for legacy frameworks #110
#124 fixed more nullable Warnings when targeting net8.0
…common-pages

Use Logging Services common pages #144
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

Successfully merging this pull request may close these issues.

Dropping support for older runtimes
4 participants