* Retiring Release Schedule from Readme
Our release cadence has slowed down as we begin to shift towards OpenTelemetry.
I'm removing the Release Schedule.
We will continue to use [MILESTONES](https://github.com/microsoft/ApplicationInsights-dotnet/milestones) to coordinate releases.
* Update Readme.md
* Reads configuration from all defined sources from app along with all fields of ApplicationInsightsServiceOptions
* Added test cases and changed configuration binding.
* Modified test appSettings.json
* Added support to NET46 test case.
* Modified test names
* Modified ChangeLog
* refactor static super class into abstract base class - tests pass
* refactor AddApplicationInsightsSettings - test pass
* refactor super class and addApplicationInsightsTelemetry - tests pass
* move class - test pass
* rafactor usings
* cleanup
* Remove TelemetryConfiguration.Active
AddSingleton DiagnostictelemetryModule to AspNetCore
Fix Test, TelemetryModule Count
* fixing internal reference
* fix module count
* fixing heartbeat initialization
* fix merge conflict
* fix merge conflict
* cleanup
* fix merge conflict
* cleanup
* adding EnableDiagnosticsTelemetryModule
* update public api
* fix
* fix for test failure
* fix public api
* fix public api for real
* backwards compat for .Active and some tests
* cleanup
* fix compile error
* testing fix for tests
* testing fix for GetEntryAssembly
* add new test for BackwardsCompat
* tests
* cleanup
* cleanup
* fix for failing tests
* cleanup the AddSingleton
* pushing work in progress for Cijo
* incorporating Cijo's feedback.
* cleanup
* rename EnableActiveTelemetryConfigurationSetup
* remove backcompat TC.Active from WorkerService
* fix enable settings
* cleanup
* adding tests for suggested changes and fixed compile issues
* cleanup
* comment
* last tests
* fix worker service test
* cleanup
* revert changes to ApplicationNameProvider
* revert
* clean
* code review comments
* changelog
* code review comments
* fix comments
Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
* enable deterministic build
enabling second deterministic tag
removing untracked sources
re adding untracked source
testing change to generate deterministic build
testing directory inside base
undoing last directory build + adding to applicationinsights only
removing untracked since we are adding manually
following suggestions
undoing change in csproj
removing strange section
removing from root and adding to base (test only)
undoing directory.builds.props
adding assemblyattributes path to csproj
removing assembly info
embedding
undoing
merging directory.build.props
removing tags and enabling autogeneration of assemblyfileversionattribute
enabling assembly version
merging directory.build.props
unifying langversion
merging langversion property
updating obj path
Revert "updating obj path"
This reverts commit 7776153ecdc644480608a2f355faa58368b7fb28.
creating product.props to normalyze
updating product.props to build correctly
moving again
enabling temp product.props
* removing common.props from base and reference from test.props from base
* removing common.props from web and updating references
* Added default storage folder support in Non-Windows environment.
* Resolving conflict in changelog
* Checked for OS type with RuntimeInformation.IsOSPlatform
* Resolving conflict
* Fixing solution file
* Fixed test name
* Fixed test name
* Refactored code to use RuntimeInformation.IsOSPlatform
* Updated changelog
* Fixed code repeatation.
* Reads configuration from all defined sources from app along with all fields of ApplicationInsightsServiceOptions
* Added test cases and changed configuration binding.
* Modified test appSettings.json
* Added support to NET46 test case.
* Modified test names
* Modified ChangeLog
* Added test for WorkerService
* Updated Changelog
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
adding debugtype as portable to check symbols
removing os condition
update changelog for removing netstandard 1.x (#1858)
since we are using msbuild, we have to set deterministic
reverting
updating Product.props and removing reference from all projects
adding sourceroot based on github issue (https://github.com/dotnet/roslyn/issues/37379)
including pdbs in output folder
commenting deterministic properties and sourceroot
removing cibuild from nugetprops
undoing nupkg and sourceroot from directory.build