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

only build packaging-related commits #58

Merged
merged 3 commits into from Jun 22, 2020
Merged

only build packaging-related commits #58

merged 3 commits into from Jun 22, 2020

Conversation

MV10
Copy link
Contributor

@MV10 MV10 commented Oct 7, 2018

@kashifsoofi kashifsoofi merged commit 7512935 into serilog-contrib:dev Jun 22, 2020
kashifsoofi added a commit that referenced this pull request Jun 22, 2020
* Dev version bump [Skip CI]

* upgrading to CSPROJ and changing the build scripts, clean up and remove
cruft.

* minor fixes

* minor fixes

* add the first sas option

* fix some

* Finish up the work

* upgrade to newer Azure Storage SDK

* Added parameter rollOnDateChange to AzureTableStorageSink to create a new table every day postfixed with Ticks for current date.

* Creat RollingCloudTableProvider

* Added parameter rollOnDateChange to AzureTableStorageSink to create a new table every day postfixed with Ticks for current date.

* Creat RollingCloudTableProvider

* Fixed compile issues with merge

* Replaced rollOnDateChange to ICloudTableProvider

* DefaultCloudTableProvider does not need to be public

Also removed explicit access modifier from properties

* Updated ICloudTableProvider interface to include all required properties as parameters

This would allow to specify any other table provider through configuration as well.

* Update LogEventEntity.cs

Fix Serializing OffsetDateTime when using NodaTime API

* New NuGet API Key

* Adds in Serilog.Formatting.Compact nuget pkg ref

* Adds in support for TextFormatters being passed in and fallsback to CompactJsonFormatter as default

* Fix up issue after initial testing

* Remove Serilog.Compact format as the default and set it back to JsonFormatter

* Adds three new extension methods that requires you to specify an ITextFormatter (Such as CompactJsonFormatter or JsonFormatter)
Marks the original three methods as obsolete to encourage users to use the newer methods

* Update readme to use similar copy/example from File Sink - to show how to use this with XML AppSettings with an example with the TextFormatter setting

* Adds in Serilog.Formatting.Compact nuget pkg ref

* Rebase merge from upstream repo

* Fix up issue after initial testing

* Remove Serilog.Compact format as the default and set it back to JsonFormatter

* Adds three new extension methods that requires you to specify an ITextFormatter (Such as CompactJsonFormatter or JsonFormatter)
Marks the original three methods as obsolete to encourage users to use the newer methods

* Update readme to use similar copy/example from File Sink - to show how to use this with XML AppSettings with an example with the TextFormatter setting

* Remove obsolete attributes

* Keeps formatProvider in older signatures to avoid breaking changes, however the param is never used
By default we use the JsonFormatter in the newer entry point that uses ITextFormatters

* Update original methods to use JsonFormatter with the formatProvider

* Make default formatter consistent with earlier one on line endings; make sure all formatter methods have corresponding format provider overloads; use the same param name for formatter as other Serilog projects

* fixing repository url (#57)

* only build packaging-related commits (#58)

* only build packaging-related commits

* typo, this repo uses dashes in SLN filename

* include unit-tests per discussion in tracking issue

Co-authored-by: Catalin David <catalda@microsoft.com>
Co-authored-by: Kashif Jamal Soofi <kashif.soofi+git@gmail.com>
Co-authored-by: etbuilder <30491836+etbuilder@users.noreply.github.com>
Co-authored-by: Matthew Erbs <matthew.erbs@merbla.com>
Co-authored-by: Warren <warren@umbraco.com>
Co-authored-by: Maxime Rouiller <angelzerosoft@gmail.com>
Co-authored-by: Jon McGuire <MV10@users.noreply.github.com>
This was referenced Jun 22, 2020
kashifsoofi added a commit that referenced this pull request Jun 22, 2020
* Dev version bump [Skip CI]

* upgrading to CSPROJ and changing the build scripts, clean up and remove
cruft.

* minor fixes

* minor fixes

* add the first sas option

* fix some

* Finish up the work

* upgrade to newer Azure Storage SDK

* Added parameter rollOnDateChange to AzureTableStorageSink to create a new table every day postfixed with Ticks for current date.

* Creat RollingCloudTableProvider

* Added parameter rollOnDateChange to AzureTableStorageSink to create a new table every day postfixed with Ticks for current date.

* Creat RollingCloudTableProvider

* Fixed compile issues with merge

* Replaced rollOnDateChange to ICloudTableProvider

* DefaultCloudTableProvider does not need to be public

Also removed explicit access modifier from properties

* Updated ICloudTableProvider interface to include all required properties as parameters

This would allow to specify any other table provider through configuration as well.

* Update LogEventEntity.cs

Fix Serializing OffsetDateTime when using NodaTime API

* New NuGet API Key

* Adds in Serilog.Formatting.Compact nuget pkg ref

* Adds in support for TextFormatters being passed in and fallsback to CompactJsonFormatter as default

* Fix up issue after initial testing

* Remove Serilog.Compact format as the default and set it back to JsonFormatter

* Adds three new extension methods that requires you to specify an ITextFormatter (Such as CompactJsonFormatter or JsonFormatter)
Marks the original three methods as obsolete to encourage users to use the newer methods

* Update readme to use similar copy/example from File Sink - to show how to use this with XML AppSettings with an example with the TextFormatter setting

* Adds in Serilog.Formatting.Compact nuget pkg ref

* Rebase merge from upstream repo

* Fix up issue after initial testing

* Remove Serilog.Compact format as the default and set it back to JsonFormatter

* Adds three new extension methods that requires you to specify an ITextFormatter (Such as CompactJsonFormatter or JsonFormatter)
Marks the original three methods as obsolete to encourage users to use the newer methods

* Update readme to use similar copy/example from File Sink - to show how to use this with XML AppSettings with an example with the TextFormatter setting

* Remove obsolete attributes

* Keeps formatProvider in older signatures to avoid breaking changes, however the param is never used
By default we use the JsonFormatter in the newer entry point that uses ITextFormatters

* Update original methods to use JsonFormatter with the formatProvider

* Make default formatter consistent with earlier one on line endings; make sure all formatter methods have corresponding format provider overloads; use the same param name for formatter as other Serilog projects

* fixing repository url (#57)

* only build packaging-related commits (#58)

* only build packaging-related commits

* typo, this repo uses dashes in SLN filename

* include unit-tests per discussion in tracking issue

Co-authored-by: Catalin David <catalda@microsoft.com>
Co-authored-by: Kashif Jamal Soofi <kashif.soofi+git@gmail.com>
Co-authored-by: etbuilder <30491836+etbuilder@users.noreply.github.com>
Co-authored-by: Matthew Erbs <matthew.erbs@merbla.com>
Co-authored-by: Warren <warren@umbraco.com>
Co-authored-by: Maxime Rouiller <angelzerosoft@gmail.com>
Co-authored-by: Jon McGuire <MV10@users.noreply.github.com>

Co-authored-by: Nicholas Blumhardt <nblumhardt@nblumhardt.com>
Co-authored-by: Catalin David <catalda@microsoft.com>
Co-authored-by: etbuilder <30491836+etbuilder@users.noreply.github.com>
Co-authored-by: Matthew Erbs <matthew.erbs@merbla.com>
Co-authored-by: Warren <warren@umbraco.com>
Co-authored-by: Maxime Rouiller <angelzerosoft@gmail.com>
Co-authored-by: Jon McGuire <MV10@users.noreply.github.com>
kashifsoofi added a commit that referenced this pull request Jun 22, 2020
* Dev version bump [Skip CI]

* upgrading to CSPROJ and changing the build scripts, clean up and remove
cruft.

* minor fixes

* minor fixes

* add the first sas option

* fix some

* Finish up the work

* upgrade to newer Azure Storage SDK

* Added parameter rollOnDateChange to AzureTableStorageSink to create a new table every day postfixed with Ticks for current date.

* Creat RollingCloudTableProvider

* Added parameter rollOnDateChange to AzureTableStorageSink to create a new table every day postfixed with Ticks for current date.

* Creat RollingCloudTableProvider

* Fixed compile issues with merge

* Replaced rollOnDateChange to ICloudTableProvider

* DefaultCloudTableProvider does not need to be public

Also removed explicit access modifier from properties

* Updated ICloudTableProvider interface to include all required properties as parameters

This would allow to specify any other table provider through configuration as well.

* Update LogEventEntity.cs

Fix Serializing OffsetDateTime when using NodaTime API

* New NuGet API Key

* Adds in Serilog.Formatting.Compact nuget pkg ref

* Adds in support for TextFormatters being passed in and fallsback to CompactJsonFormatter as default

* Fix up issue after initial testing

* Remove Serilog.Compact format as the default and set it back to JsonFormatter

* Adds three new extension methods that requires you to specify an ITextFormatter (Such as CompactJsonFormatter or JsonFormatter)
Marks the original three methods as obsolete to encourage users to use the newer methods

* Update readme to use similar copy/example from File Sink - to show how to use this with XML AppSettings with an example with the TextFormatter setting

* Adds in Serilog.Formatting.Compact nuget pkg ref

* Rebase merge from upstream repo

* Fix up issue after initial testing

* Remove Serilog.Compact format as the default and set it back to JsonFormatter

* Adds three new extension methods that requires you to specify an ITextFormatter (Such as CompactJsonFormatter or JsonFormatter)
Marks the original three methods as obsolete to encourage users to use the newer methods

* Update readme to use similar copy/example from File Sink - to show how to use this with XML AppSettings with an example with the TextFormatter setting

* Remove obsolete attributes

* Keeps formatProvider in older signatures to avoid breaking changes, however the param is never used
By default we use the JsonFormatter in the newer entry point that uses ITextFormatters

* Update original methods to use JsonFormatter with the formatProvider

* Make default formatter consistent with earlier one on line endings; make sure all formatter methods have corresponding format provider overloads; use the same param name for formatter as other Serilog projects

* fixing repository url (#57)

* only build packaging-related commits (#58)

* only build packaging-related commits

* typo, this repo uses dashes in SLN filename

* include unit-tests per discussion in tracking issue

Co-authored-by: Catalin David <catalda@microsoft.com>
Co-authored-by: Kashif Jamal Soofi <kashif.soofi+git@gmail.com>
Co-authored-by: etbuilder <30491836+etbuilder@users.noreply.github.com>
Co-authored-by: Matthew Erbs <matthew.erbs@merbla.com>
Co-authored-by: Warren <warren@umbraco.com>
Co-authored-by: Maxime Rouiller <angelzerosoft@gmail.com>
Co-authored-by: Jon McGuire <MV10@users.noreply.github.com>

Co-authored-by: Nicholas Blumhardt <nblumhardt@nblumhardt.com>
Co-authored-by: Catalin David <catalda@microsoft.com>
Co-authored-by: etbuilder <30491836+etbuilder@users.noreply.github.com>
Co-authored-by: Matthew Erbs <matthew.erbs@merbla.com>
Co-authored-by: Warren <warren@umbraco.com>
Co-authored-by: Maxime Rouiller <angelzerosoft@gmail.com>
Co-authored-by: Jon McGuire <MV10@users.noreply.github.com>
kashifsoofi added a commit that referenced this pull request Jun 22, 2020
* Dev version bump [Skip CI]

* upgrading to CSPROJ and changing the build scripts, clean up and remove
cruft.

* minor fixes

* minor fixes

* add the first sas option

* fix some

* Finish up the work

* upgrade to newer Azure Storage SDK

* Added parameter rollOnDateChange to AzureTableStorageSink to create a new table every day postfixed with Ticks for current date.

* Creat RollingCloudTableProvider

* Added parameter rollOnDateChange to AzureTableStorageSink to create a new table every day postfixed with Ticks for current date.

* Creat RollingCloudTableProvider

* Fixed compile issues with merge

* Replaced rollOnDateChange to ICloudTableProvider

* DefaultCloudTableProvider does not need to be public

Also removed explicit access modifier from properties

* Updated ICloudTableProvider interface to include all required properties as parameters

This would allow to specify any other table provider through configuration as well.

* Update LogEventEntity.cs

Fix Serializing OffsetDateTime when using NodaTime API

* New NuGet API Key

* Adds in Serilog.Formatting.Compact nuget pkg ref

* Adds in support for TextFormatters being passed in and fallsback to CompactJsonFormatter as default

* Fix up issue after initial testing

* Remove Serilog.Compact format as the default and set it back to JsonFormatter

* Adds three new extension methods that requires you to specify an ITextFormatter (Such as CompactJsonFormatter or JsonFormatter)
Marks the original three methods as obsolete to encourage users to use the newer methods

* Update readme to use similar copy/example from File Sink - to show how to use this with XML AppSettings with an example with the TextFormatter setting

* Adds in Serilog.Formatting.Compact nuget pkg ref

* Rebase merge from upstream repo

* Fix up issue after initial testing

* Remove Serilog.Compact format as the default and set it back to JsonFormatter

* Adds three new extension methods that requires you to specify an ITextFormatter (Such as CompactJsonFormatter or JsonFormatter)
Marks the original three methods as obsolete to encourage users to use the newer methods

* Update readme to use similar copy/example from File Sink - to show how to use this with XML AppSettings with an example with the TextFormatter setting

* Remove obsolete attributes

* Keeps formatProvider in older signatures to avoid breaking changes, however the param is never used
By default we use the JsonFormatter in the newer entry point that uses ITextFormatters

* Update original methods to use JsonFormatter with the formatProvider

* Make default formatter consistent with earlier one on line endings; make sure all formatter methods have corresponding format provider overloads; use the same param name for formatter as other Serilog projects

* fixing repository url (#57)

* only build packaging-related commits (#58)

* only build packaging-related commits

* typo, this repo uses dashes in SLN filename

* include unit-tests per discussion in tracking issue

Co-authored-by: Catalin David <catalda@microsoft.com>
Co-authored-by: Kashif Jamal Soofi <kashif.soofi+git@gmail.com>
Co-authored-by: etbuilder <30491836+etbuilder@users.noreply.github.com>
Co-authored-by: Matthew Erbs <matthew.erbs@merbla.com>
Co-authored-by: Warren <warren@umbraco.com>
Co-authored-by: Maxime Rouiller <angelzerosoft@gmail.com>
Co-authored-by: Jon McGuire <MV10@users.noreply.github.com>

Co-authored-by: Nicholas Blumhardt <nblumhardt@nblumhardt.com>
Co-authored-by: Catalin David <catalda@microsoft.com>
Co-authored-by: etbuilder <30491836+etbuilder@users.noreply.github.com>
Co-authored-by: Matthew Erbs <matthew.erbs@merbla.com>
Co-authored-by: Warren <warren@umbraco.com>
Co-authored-by: Maxime Rouiller <angelzerosoft@gmail.com>
Co-authored-by: Jon McGuire <MV10@users.noreply.github.com>
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.

None yet

2 participants